Skip to content

Bump @types/node from 20.3.3 to 20.6.2 #467

Bump @types/node from 20.3.3 to 20.6.2

Bump @types/node from 20.3.3 to 20.6.2 #467

Workflow file for this run

name: Tests
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
cache: "npm"
- name: Install
run: npm ci
- name: Build
run: npm run build
- name: Test (coverage)
run: npm run test:coverage
- name: Test (mutation)
run: npm run test:mutation