Skip to content

chore: bump min node.js to v24.15 #22

chore: bump min node.js to v24.15

chore: bump min node.js to v24.15 #22

Workflow file for this run

name: CI
on:
- push
- pull_request
permissions:
contents: read
jobs:
sample:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
- run: npm i # use `ci` whenever possible
- run: npm test