Skip to content

Update dependency @types/node to v20.19.25 #519

Update dependency @types/node to v20.19.25

Update dependency @types/node to v20.19.25 #519

Workflow file for this run

name: Build and validate
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version: '22'
- run: yarn
- run: yarn build
- run: yarn type-check