Skip to content

Commit

Permalink
v23.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TerrorJack committed Jan 8, 2025
1 parent 7e2671f commit c8e9d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
run: |
set -euo pipefail
node_ver=v23.5.0
node_ver=v23.6.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.5.0
node_ver=v23.6.0

apk add \
clang \
Expand Down

0 comments on commit c8e9d54

Please sign in to comment.