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 78398a8 commit 94b613cCopy full SHA for 94b613c
.github/workflows/release.yml
@@ -71,9 +71,10 @@ jobs:
71
image: node:12-alpine
72
env:
73
npm_config_build_from_source: true
74
+
75
steps:
76
- name: Install build deps
- run: apk add make g++ python git
77
+ run: apk add make g++ python3 git
78
79
- name: Checkout
80
uses: actions/checkout@v2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "argon2",
3
- "version": "0.28.0",
+ "version": "0.28.1",
4
"description": "An Argon2 library for Node",
5
"main": "argon2.js",
6
"files": [
0 commit comments