Skip to content

build(deps): update dependency @types/node to v20 #3123

build(deps): update dependency @types/node to v20

build(deps): update dependency @types/node to v20 #3123

Workflow file for this run

name: Node CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn build