Skip to content

Bump @types/node from 20.10.0 to 20.10.7 #275

Bump @types/node from 20.10.0 to 20.10.7

Bump @types/node from 20.10.0 to 20.10.7 #275

Workflow file for this run

name: JavaScript Lint
on: push
jobs:
run-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: yarn install
- run: yarn lint