Skip to content

Commit

Permalink
ci: fix apk install node version
Browse files Browse the repository at this point in the history
  • Loading branch information
fz6m committed Oct 30, 2023
1 parent f10bf8d commit b13a6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
options: "-v ${{ github.workspace }}:/build -w /build"
run: |
set -e
apk add nodejs npm
apk add nodejs-current npm
npm i -g pnpm@8
pnpm i
pnpm test
Expand Down

0 comments on commit b13a6ae

Please sign in to comment.