Skip to content

build(dev): bump @types/node from 22.9.0 to 22.9.3 #683

build(dev): bump @types/node from 22.9.0 to 22.9.3

build(dev): bump @types/node from 22.9.0 to 22.9.3 #683

Workflow file for this run

name: PR
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
env:
CI: true
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- run: yarn install
- run: yarn lint
- run: yarn run test