Skip to content

Update dependency @types/node to v20.16.8 #1363

Update dependency @types/node to v20.16.8

Update dependency @types/node to v20.16.8 #1363

Workflow file for this run

name: code check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-node@v4
with:
node-version: 16
cache: "yarn"
- run: yarn
- run: yarn run check