Skip to content

Bump @typescript-eslint/parser from 6.3.0 to 6.4.0 (#20546) #427

Bump @typescript-eslint/parser from 6.3.0 to 6.4.0 (#20546)

Bump @typescript-eslint/parser from 6.3.0 to 6.4.0 (#20546) #427

name: Add artifacts on push
on:
push:
permissions:
contents: read
jobs:
test:
name: Enumerate and diff features
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # get the full repository checkout, not just the inciting commit
- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
cache: npm
- run: npm ci
- run: npx ts-node ./scripts/enumerate-features.ts features.json
- run: npx ts-node ./scripts/diff-features.ts --no-github --format=json > features.diff.json
- uses: actions/upload-artifact@v3
with:
name: enumerate-features
path: features.json
- uses: actions/upload-artifact@v3
with:
name: diff-features
path: features.diff.json