Skip to content

Commit

Permalink
chore: update node versions for release integration tests (#8052)
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar authored Jan 21, 2025
1 parent e90c6fe commit 859a71c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
echo "::group::extracting source from $nodeUrl"
mkdir -p "$sourceDir"
curl -sSL "$nodeUrl" | tar xz -C "$sourceDir" --strip=1
curl -sSL "$nodeUrl" | tar xz -C "$sourceDir" --strip=1
echo "::endgroup::"
echo "::group::cloning npm"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
fail-fast: false
matrix:
nodeVersion:
- 18
- 20
- 22
- 24
- nightly
uses: ./.github/workflows/node-integration.yml
with:
Expand Down
4 changes: 2 additions & 2 deletions scripts/template-oss/_job-release-integration-yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ strategy:
fail-fast: false
matrix:
nodeVersion:
- 18
- 20
- 22
- 24
- nightly
uses: ./.github/workflows/node-integration.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion scripts/template-oss/node-integration-yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

echo "::group::extracting source from $nodeUrl"
mkdir -p "$sourceDir"
curl -sSL "$nodeUrl" | tar xz -C "$sourceDir" --strip=1
curl -sSL "$nodeUrl" | tar xz -C "$sourceDir" --strip=1
echo "::endgroup::"

echo "::group::cloning npm"
Expand Down

0 comments on commit 859a71c

Please sign in to comment.