Skip to content

Commit

Permalink
Use newer Alpine to install Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
ranisalt committed Sep 1, 2023
1 parent 521490c commit 2dcd8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
;;
alpine*)
apk add --update make g++ python3
apk add --no-cache --repository https://dl-cdn.alpinelinux.org/alpine/v3.13/main/ nodejs~=16 npm~=16
apk add --no-cache --repository https://dl-cdn.alpinelinux.org/alpine/v3.15/main/ nodejs~=16 npm
npm install --global yarn
;;
esac
Expand Down

0 comments on commit 2dcd8b9

Please sign in to comment.