Skip to content

chore(deps): update dependency @types/node to v20.14.11 #6749

chore(deps): update dependency @types/node to v20.14.11

chore(deps): update dependency @types/node to v20.14.11 #6749

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v4
with:
node-version: 18.x
cache: yarn
- run: yarn install
- run: yarn lint
- run: yarn test