Skip to content

Bump @types/node from 18.18.9 to 20.9.1 (#56) #39

Bump @types/node from 18.18.9 to 20.9.1 (#56)

Bump @types/node from 18.18.9 to 20.9.1 (#56) #39

Workflow file for this run

name: Test
on:
push:
branches: [main, dev]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: |
npm install
- name: Run tests
run: |
npm run test