Skip to content

Commit

Permalink
v23.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TerrorJack committed Dec 10, 2024
1 parent f5e4749 commit da2370c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/darwin/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
run: |
set -euo pipefail
node_ver=v23.3.0
node_ver=v23.4.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.3.0
node_ver=v23.4.0

apk add \
linux-headers \
Expand Down

0 comments on commit da2370c

Please sign in to comment.