Skip to content

build(deps-dev): bump @types/node from 14.14.7 to 20.4.6 #583

build(deps-dev): bump @types/node from 14.14.7 to 20.4.6

build(deps-dev): bump @types/node from 14.14.7 to 20.4.6 #583

Workflow file for this run

name: "General Test"
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run build
- name: Run Test
run: npm run test