Skip to content

Pin the deployment workspace to Node 24 #284

Pin the deployment workspace to Node 24

Pin the deployment workspace to Node 24 #284

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run ci