Skip to content

Update all non-major dependencies #21

Update all non-major dependencies

Update all non-major dependencies #21

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- lts/Hydrogen
- node
- 16.x
- 14.x
- 12.x
- 10.x
- 8.x
steps:
- uses: actions/checkout@v4
- name: 'Set up Node.js ${{ matrix.node-version }}'
uses: actions/setup-node@v3
with:
node-version: '${{ matrix.node-version }}'
cache: npm
- run: npm ci
- run: npm test