Skip to content

Bump @types/node from 18.15.6 to 20.5.1 #910

Bump @types/node from 18.15.6 to 20.5.1

Bump @types/node from 18.15.6 to 20.5.1 #910

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm ci
- run: npm run lint
- run: npm test