Skip to content

Bump @types/node from 16.18.70 to 22.2.0 #103

Bump @types/node from 16.18.70 to 22.2.0

Bump @types/node from 16.18.70 to 22.2.0 #103

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
cache: 'npm'
- run: npm install
- run: npx playwright install --with-deps chromium
- run: npm run lint
- run: npm test