Skip to content

chore: bump @types/node from 18.16.4 to 20.0.0 #195

chore: bump @types/node from 18.16.4 to 20.0.0

chore: bump @types/node from 18.16.4 to 20.0.0 #195

Workflow file for this run

name: Linter
on: [push, pull_request]
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v2
with:
node-version: '14.x'
- name: Install Dependencies
run: npm install
- name: Lint
run: |
npm run eslint
env:
CI: true