Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Fix vm2 vulnerability: remove superagent-proxy dependency #830

Merged
merged 5 commits into from
Aug 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/code-push-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup NodeJs
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '14.x'
- name: Setup dependencies
run: npm run setup
- name: Build
Expand Down
Loading