Skip to content

Update dependency node to v22 #171

Update dependency node to v22

Update dependency node to v22 #171

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 22.x
- name: npm install, build, and test
run: |
npm install
npm run build --if-present
npm test
env:
CI: true