Skip to content

Bump @types/node from 17.0.23 to 18.15.11 #382

Bump @types/node from 17.0.23 to 18.15.11

Bump @types/node from 17.0.23 to 18.15.11 #382

Workflow file for this run

name: CI
on:
pull_request:
branches: [ master ]
jobs:
Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setting up the environment
run: npm install
- name: Verifying linting
run: npm run lint
- name: Building
run: npm run build
- name: Running tests
run: npm run unit-tests