Skip to content

chore(deps): update node.js to v20.17.0 (#39) #134

chore(deps): update node.js to v20.17.0 (#39)

chore(deps): update node.js to v20.17.0 (#39) #134

Workflow file for this run

name: Test
on:
- push
- workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
cache: "npm"
- run: npm ci
- run: npm run lint