Skip to content

Upgrade Node to v22 LTS (jod), pin node@22.12 #94

Upgrade Node to v22 LTS (jod), pin node@22.12

Upgrade Node to v22 LTS (jod), pin node@22.12 #94

Workflow file for this run

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