Skip to content

Bump @types/node from 18.14.2 to 20.5.7 #123

Bump @types/node from 18.14.2 to 20.5.7

Bump @types/node from 18.14.2 to 20.5.7 #123

Workflow file for this run

name: ci
on: [push,pull_request]
jobs:
test:
name: Node ${{ matrix.node }} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
node:
- 'lts/*'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run build
- run: npm run lint
- uses: GabrielBB/xvfb-action@v1
with:
run: npm run test