Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
# the just-built linux-x64 binary — assemble the packages, install them
# (--install-links copies like a registry install), and run the launcher.
# Catches packaging/launcher regressions without a real publish.
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version: '20'
- name: npm launcher unit tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
VERSION: ${{ needs.validate.outputs.version }}
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version: '20'
registry-url: 'https://registry.npmjs.org'
Expand Down
Loading