Skip to content

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

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

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

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