Skip to content

chore(deps): bump library/node from 20 to 21 #639

chore(deps): bump library/node from 20 to 21

chore(deps): bump library/node from 20 to 21 #639

Workflow file for this run

name: Automated Tests and Linting
on: [push]
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: yarn
cache-dependency-path: yarn.lock
- name: Install packages
run: yarn install --immutable
- name: Run tests
run: yarn test