Skip to content

chore: modernize Node and package releases #4

chore: modernize Node and package releases

chore: modernize Node and package releases #4

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
verify:
name: Node.js 24 coordinated release gate
runs-on: ubuntu-24.04
timeout-minutes: 20
steps:
- name: Check out the repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Use Node.js 24
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 24.20.0
package-manager-cache: false
- name: Use npm 12
run: npm install --global npm@12.0.2
- name: Install locked dependencies
run: npm ci --no-audit --no-fund
- name: Verify dependencies, runtime and coordinated candidates
run: npm run verify