Skip to content

chore(deps-dev): bump @types/node from 17.0.45 to 20.4.5 #167

chore(deps-dev): bump @types/node from 17.0.45 to 20.4.5

chore(deps-dev): bump @types/node from 17.0.45 to 20.4.5 #167

Workflow file for this run

name: CI workflow
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14, 16, 18]
name: Test on node version ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm install
- name: Run tests
run: npm run test