Skip to content

Commit

Permalink
pin [email protected] for check plugin CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
a110605 committed Sep 21, 2024
1 parent 52b2df9 commit 128238f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '18.x'
- name: Validate Plugin build system
run: ./shell/scripts/test-plugins-build.sh
shell: bash
Expand Down
3 changes: 1 addition & 2 deletions shell/scripts/test-plugins-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ if [ $SKIP_SETUP == "false" ]; then

if [ $RET -ne 0 ]; then
echo "Verdaccio not installed"

npm install -g verdaccio
npm install -g [email protected]
fi

set +e
Expand Down

0 comments on commit 128238f

Please sign in to comment.