Skip to content

chore(deps): update node.js to >= 20.17.0 #328

chore(deps): update node.js to >= 20.17.0

chore(deps): update node.js to >= 20.17.0 #328

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [16, 18, 20]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Test and lint
run: |
npm install
npm run test