Skip to content

Move CI actions off deprecated Node 20 runtimes #39

Move CI actions off deprecated Node 20 runtimes

Move CI actions off deprecated Node 20 runtimes #39

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
defaults:
run:
working-directory: v2
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 22
cache: npm
cache-dependency-path: v2/package-lock.json
- run: npm ci
- run: npm test