Skip to content

Bump actions/checkout from 3 to 4 #37

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #37

Workflow file for this run

name: tests
on:
- push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 18.x
- 20.x
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install-test