Skip to content

Update github actions. #98

Update github actions.

Update github actions. #98

Workflow file for this run

name: test
on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
- run: yarn install --frozen-lockfile
- run: yarn test