diff --git a/.github/workflows/webpack.yml b/.github/workflows/webpack.yml new file mode 100644 index 000000000000..9626ff6d3589 --- /dev/null +++ b/.github/workflows/webpack.yml @@ -0,0 +1,28 @@ +name: NodeJS with Webpack + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + runs-on: ubuntu-latest + + strategy: + matrix: + node-version: [18.x, 20.x, 22.x] + + steps: + - uses: actions/checkout@v4 + + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v4 + with: + node-version: ${{ matrix.node-version }} + + - name: Build + run: | + npm install + npx webpack diff --git a/src/frame/lib/frontmatter.ts b/src/frame/lib/frontmatter.ts index 539e707235b6..3ea48ba09a0a 100644 --- a/src/frame/lib/frontmatter.ts +++ b/src/frame/lib/frontmatter.ts @@ -1,3 +1,4 @@ +src/frame/lib/frontmatter.ts // when updating to typescript, // update links in content/contributing as well @@ -254,7 +255,7 @@ export const schema: Schema = { type: 'array', items: { type: 'string', - enum: docsTeamMetricsEnum, + enum: ī, }, }, communityRedirect: {