Skip to content

Commit

Permalink
v21.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TerrorJack committed Dec 20, 2023
1 parent a779cc0 commit f3b7a6a
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 @@ -39,7 +39,7 @@ jobs:
/workspace/build.sh
- name: upload-artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: node-linux-x64-static
path: node-v*-linux-x64-static.tar.xz
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eu

node_ver=v21.4.0
node_ver=v21.5.0

apk add \
clang \
Expand Down

0 comments on commit f3b7a6a

Please sign in to comment.