Skip to content

Commit 31a8e41

Browse files
committed
v25.3.0
1 parent e0221d8 commit 31a8e41

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runner_tag: ARM64
2323
steps:
2424
- name: checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626

2727
- name: build-image
2828
run: |
@@ -51,7 +51,7 @@ jobs:
5151
podman rmi rust:alpine-mimalloc
5252
5353
- name: upload-artifact
54-
uses: actions/upload-artifact@v4
54+
uses: actions/upload-artifact@v6
5555
with:
5656
name: node-linux-${{ matrix.arch }}
5757
path: dist/node-v*.tar.xz

build-alpine.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -eu
44

5-
node_ver=v25.2.1
5+
node_ver=v25.3.0
66

77
apk add \
88
clang \
@@ -13,7 +13,7 @@ apk add \
1313

1414
cd "$(mktemp -d)"
1515

16-
curl -f -L --retry 5 https://nodejs.org/dist/$node_ver/node-$node_ver.tar.xz | tar xJ --strip-components=1
16+
curl -f -L https://nodejs.org/dist/$node_ver/node-$node_ver.tar.xz | tar xJ --strip-components=1
1717
patch -p1 -i /workspace/lto.diff
1818

1919
make -j"$(nproc)" binary \

lto.diff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/common.gypi b/common.gypi
2-
index b1858065..72be2b91 100644
2+
index b915af23..fd954090 100644
33
--- a/common.gypi
44
+++ b/common.gypi
55
@@ -187,9 +187,9 @@
@@ -15,10 +15,10 @@ index b1858065..72be2b91 100644
1515
],
1616
},
1717
diff --git a/deps/cares/configure b/deps/cares/configure
18-
index 7a29494d..dbb46253 100755
18+
index f91e2c95..90ff1b76 100755
1919
--- a/deps/cares/configure
2020
+++ b/deps/cares/configure
21-
@@ -16275,11 +16275,6 @@ _LT_EOF
21+
@@ -17165,11 +17165,6 @@ _LT_EOF
2222

2323

2424
_lt_libdeps_save_CFLAGS=$CFLAGS

0 commit comments

Comments
 (0)