Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

[Snyk] Upgrade wisp-server-node from 1.0.1 to 1.0.4 #36

[Snyk] Upgrade wisp-server-node from 1.0.1 to 1.0.4

[Snyk] Upgrade wisp-server-node from 1.0.1 to 1.0.4 #36

Workflow file for this run

name: standard
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
standard:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Install dependencies
run: npm i
- name: Run standard test
run: npm run test