Skip to content

Commit

Permalink
v23.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TerrorJack committed Oct 24, 2024
1 parent 82f41e3 commit 22e34cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
run: |
set -euo pipefail
node_ver=v23.0.0
node_ver=v23.1.0
pushd "$(mktemp -d)"
Expand Down
2 changes: 1 addition & 1 deletion build-alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eu

node_ver=v23.0.0
node_ver=v23.1.0

apk add \
linux-headers \
Expand Down
2 changes: 1 addition & 1 deletion build-chimera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eu

node_ver=v23.0.0
node_ver=v23.1.0

apk add --no-interactive \
base-cross-aarch64 \
Expand Down

0 comments on commit 22e34cd

Please sign in to comment.