Skip to content

Commit 94b613c

Browse files
committed
Install python3 instead of python2 on Alpine builds
1 parent 78398a8 commit 94b613c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,10 @@ jobs:
7171
image: node:12-alpine
7272
env:
7373
npm_config_build_from_source: true
74+
7475
steps:
7576
- name: Install build deps
76-
run: apk add make g++ python git
77+
run: apk add make g++ python3 git
7778

7879
- name: Checkout
7980
uses: actions/checkout@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "argon2",
3-
"version": "0.28.0",
3+
"version": "0.28.1",
44
"description": "An Argon2 library for Node",
55
"main": "argon2.js",
66
"files": [

0 commit comments

Comments
 (0)