Skip to content

chore(deps): update node.js to v24 #571

chore(deps): update node.js to v24

chore(deps): update node.js to v24 #571

Workflow file for this run

name: CI
on:
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- name: Setup Node
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
with:
node-version: 23
- run: npm ci
- run: npm run build