Skip to content

Pin actions runtime to Node 24 #30

Pin actions runtime to Node 24

Pin actions runtime to Node 24 #30

Workflow file for this run

name: verify
on:
push:
branches: [main]
pull_request:
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '24.11.1'
- run: |
if [ -f package-lock.json ]; then
npm install --package-lock-only
fi
- run: node run-vectors.cjs verify