Skip to content

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

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

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

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