Skip to content

Commit

Permalink
ci: install nodejs from edge
Browse files Browse the repository at this point in the history
  • Loading branch information
fz6m committed Oct 30, 2023
1 parent b13a6ae commit de1411e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@ jobs:
options: "-v ${{ github.workspace }}:/build -w /build"
run: |
set -e
apk add nodejs-current npm
apk add nodejs --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main --allow-untrusted
apk add npm
npm i -g pnpm@8
pnpm i
pnpm test
Expand Down

0 comments on commit de1411e

Please sign in to comment.