Skip to content

Bump @types/node from 18.16.3 to 20.4.5 #530

Bump @types/node from 18.16.3 to 20.4.5

Bump @types/node from 18.16.3 to 20.4.5 #530

Workflow file for this run

on: ['push', 'pull_request']
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12.x, 14.x, 16.x]
name: Node ${{ matrix.node }}
steps:
- uses: actions/[email protected]
- name: Setup node
uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: npm ci
- name: Lint code
run: npm run lint
- name: Build dist
run: npm run build