Skip to content

Bump @types/node from 20.11.24 to 20.14.0 #98

Bump @types/node from 20.11.24 to 20.14.0

Bump @types/node from 20.11.24 to 20.14.0 #98

Workflow file for this run

# This workflow will do a clean install of node dependencies, cache/restore them, build the source code, run tests and build the code to check linter
name: Tests
on:
pull_request:
branches: [ master ]
jobs:
check-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: |
npm ci
npm run test
npm run build