Skip to content

Update dependency @types/node to v20.16.11 #1253

Update dependency @types/node to v20.16.11

Update dependency @types/node to v20.16.11 #1253

Workflow file for this run

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