Skip to content

Bump @types/node from 20.5.9 to 20.7.0 #7

Bump @types/node from 20.5.9 to 20.7.0

Bump @types/node from 20.5.9 to 20.7.0 #7

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- run: npm ci
- run: npm test