Skip to content

Commit 2dcd8b9

Browse files
committed
Use newer Alpine to install Node 16
1 parent 521490c commit 2dcd8b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
;;
133133
alpine*)
134134
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
135+
apk add --no-cache --repository https://dl-cdn.alpinelinux.org/alpine/v3.15/main/ nodejs~=16 npm
136136
npm install --global yarn
137137
;;
138138
esac

0 commit comments

Comments
 (0)