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 15772c2 commit e0753c3Copy full SHA for e0753c3
1 file changed
scripts/release.sh
@@ -3,7 +3,8 @@ set -xeo pipefail
3
shopt -s expand_aliases
4
5
gh_repo=bwt-dev/libbwt-nodejs
6
-node_image=node:14
+# node:14
7
+node_image=node@sha256:04a33dac55af8d3170bffc91ca31fe8000b96ae1bab1a090deb920ca2ca2a38e
8
9
git diff-index --quiet HEAD || (echo >&2 git working directory is dirty && exit 1)
10
0 commit comments