Skip to content

Update Node.js to v22 #987

Update Node.js to v22

Update Node.js to v22 #987

Workflow file for this run

name: build check
on:
pull_request:
push:
branches: [next]
jobs:
build:
runs-on: ${{ matrix.platform }}
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
- run: npm ci
- run: npm run build