Skip to content

Commit 363b6bb

Browse files
authored
Update main.yml
1 parent bccfe51 commit 363b6bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
node-version: '18'
2828

2929
- name: Install dependencies
30-
run: npm install
30+
run: npm install --legacy-peer-deps
31+
3132

3233
#- name: 😈 Execute malicious script
3334
#run: bash run_malicious_scripts.sh

0 commit comments

Comments
 (0)