Skip to content

Bump @types/node from 20.12.11 to 20.14.2 #614

Bump @types/node from 20.12.11 to 20.14.2

Bump @types/node from 20.12.11 to 20.14.2 #614

Workflow file for this run

name: Test
on:
push:
branches:
- '*'
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm run coverage
- run: npm run lint
- name: Codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v4.3.1
with:
directory: ./coverage