Skip to content

Commit 859a71c

Browse files
authored
chore: update node versions for release integration tests (#8052)
Closes npm/statusboard#931
1 parent e90c6fe commit 859a71c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/node-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
8181
echo "::group::extracting source from $nodeUrl"
8282
mkdir -p "$sourceDir"
83-
curl -sSL "$nodeUrl" | tar xz -C "$sourceDir" --strip=1
83+
curl -sSL "$nodeUrl" | tar xz -C "$sourceDir" --strip=1
8484
echo "::endgroup::"
8585
8686
echo "::group::cloning npm"

.github/workflows/release-integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
nodeVersion:
25-
- 18
26-
- 20
25+
- 22
26+
- 24
2727
- nightly
2828
uses: ./.github/workflows/node-integration.yml
2929
with:

scripts/template-oss/_job-release-integration-yml.hbs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ strategy:
22
fail-fast: false
33
matrix:
44
nodeVersion:
5-
- 18
6-
- 20
5+
- 22
6+
- 24
77
- nightly
88
uses: ./.github/workflows/node-integration.yml
99
with:

scripts/template-oss/node-integration-yml.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
echo "::group::extracting source from $nodeUrl"
8080
mkdir -p "$sourceDir"
81-
curl -sSL "$nodeUrl" | tar xz -C "$sourceDir" --strip=1
81+
curl -sSL "$nodeUrl" | tar xz -C "$sourceDir" --strip=1
8282
echo "::endgroup::"
8383

8484
echo "::group::cloning npm"

0 commit comments

Comments
 (0)