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 82f41e3 commit 22e34cdCopy full SHA for 22e34cd
.github/workflows/build.yml
@@ -112,7 +112,7 @@ jobs:
112
run: |
113
set -euo pipefail
114
115
- node_ver=v23.0.0
+ node_ver=v23.1.0
116
117
pushd "$(mktemp -d)"
118
build-alpine.sh
@@ -2,7 +2,7 @@
2
3
set -eu
4
5
-node_ver=v23.0.0
+node_ver=v23.1.0
6
7
apk add \
8
linux-headers \
build-chimera.sh
apk add --no-interactive \
base-cross-aarch64 \
0 commit comments