Skip to content

Update Node version and dependencies #54

Update Node version and dependencies

Update Node version and dependencies #54

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '>=20'
- run: yarn install
- run: yarn build
- run: yarn lint
- run: yarn test