Skip to content

chore(deps): update node.js to v22 #602

chore(deps): update node.js to v22

chore(deps): update node.js to v22 #602

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
- run: npm ci --no-audit
- run: npm run lint --if-present
- run: npm test:ci
- run: npm run build --if-present
env:
CI: true