Skip to content

Bump @types/node from 18.11.16 to 20.12.8 #672

Bump @types/node from 18.11.16 to 20.12.8

Bump @types/node from 18.11.16 to 20.12.8 #672

Workflow file for this run

name: CI
on:
push:
branches:
- 'master'
pull_request:
types: [opened, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: npm i
- name: Run tests
run: npm run test