Skip to content

Bump actions/setup-node from 3.7.0 to 3.8.1 #70

Bump actions/setup-node from 3.7.0 to 3.8.1

Bump actions/setup-node from 3.7.0 to 3.8.1 #70

Workflow file for this run

name: tests
on: push
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 19.x]
name: Node ${{ matrix.node-version }}
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: Install testing dependencies
run: yarn install
- name: Run Tests
run: yarn test