Skip to content

fix(deps): Limit semantic-release peer-dep to <20 #29

fix(deps): Limit semantic-release peer-dep to <20

fix(deps): Limit semantic-release peer-dep to <20 #29

Workflow file for this run

name: Tests
on: [pull_request]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn && yarn test