Skip to content

Update dependency eslint to v9 #5615

Update dependency eslint to v9

Update dependency eslint to v9 #5615

name: Continuous Integration
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.15"
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm run-script typecheck-pipeline
- run: npm test
- run: npm run-script ci
- run: npm run-script lint
- uses: actions/upload-artifact@v2-preview
with:
name: artifacts
path: dist/*