Skip to content

Commit 6e22d91

Browse files
Changed vm package to isolated-vm (#221)
* Changed vm package to isolated-vm * Deleted old using from vm2 * UPdate node version in build action * Temp changed install to be with legacy deps
1 parent 3acbea6 commit 6e22d91

File tree

4 files changed

+500
-125
lines changed

4 files changed

+500
-125
lines changed

.github/workflows/on-push-pr.action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- uses: actions/setup-node@v3
3333
name: Set NodeJS version
3434
with:
35-
node-version: 14
35+
node-version: 16
3636
- name: Install packages
37-
run: "npm ci"
37+
run: "npm ci --legacy-peer-deps"
3838
- name: Build source
3939
run: "npm run build"

0 commit comments

Comments
 (0)