Skip to content

feat: upgrade to node 22 and yarn 1.22.22 #193

feat: upgrade to node 22 and yarn 1.22.22

feat: upgrade to node 22 and yarn 1.22.22 #193

name: pull-request-checks
on: [pull_request]
jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 22
- run: yarn install
- run: yarn test:lint
- run: yarn test:coverage