Skip to content

chore: update node to v22 #65

chore: update node to v22

chore: update node to v22 #65

Workflow file for this run

name: ci
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22.13.1'
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: yarn lint:eslint
- run: yarn lint:prettier
- run: yarn build
- run: yarn test