Skip to content

Update dependency node to v20.18.0 #1639

Update dependency node to v20.18.0

Update dependency node to v20.18.0 #1639

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm
- run: npm install
- run: npm run build
- run: npm test