Skip to content

chore(deps): update node.js to >= 20.13.0 #261

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

chore(deps): update node.js to >= 20.13.0 #261

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Test and lint
run: |
npm install
npm run test