We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521490c commit 2dcd8b9Copy full SHA for 2dcd8b9
1 file changed
.github/workflows/release.yml
@@ -132,7 +132,7 @@ jobs:
132
;;
133
alpine*)
134
apk add --update make g++ python3
135
- 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
136
npm install --global yarn
137
138
esac
0 commit comments