Skip to content

Commit d567cb8

Browse files
authored
github actions security (#8169)
1 parent 16e2cbe commit d567cb8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
- name: Test Build
2222
run: |
2323
cd website/
24-
npm i
24+
npm i -g npq@3.14.0
25+
npq install
2526
npm run build
2627
gh-release:
2728
if: github.event_name != 'pull_request'
@@ -52,6 +53,7 @@ jobs:
5253
git config --global user.email "yogevbd@wix.com"
5354
git config --global user.name "yogevbd"
5455
cd website/
55-
npm i
56+
npm i -g npq@3.14.0
57+
npq install
5658
npm run build
5759
npx docusaurus deploy

0 commit comments

Comments
 (0)