Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See #38 for more context/motivation.
Changes:
npm ci
npm run build
- rebuildingdist
using node 20.8.1Tested by running locally with
node20
:RUNNER_TEMP=/tmp INPUT_VERSION=nightly node dist/index.js
Output
❯ RUNNER_TEMP=/tmp INPUT_VERSION=nightly node dist/index.js
Downloading Foundry 'nightly' from: https://github.com/foundry-rs/foundry/releases/download/nightly/foundry_nightly_darwin_arm64.tar.gz
::debug::Downloading https://github.com/foundry-rs/foundry/releases/download/nightly/foundry_nightly_darwin_arm64.tar.gz
::debug::Destination /tmp/22dc5b3b-bd15-411c-8451-0c668ee46518
::debug::download complete
::debug::Extracting /tmp/22dc5b3b-bd15-411c-8451-0c668ee46518
::debug::Checking tar --version
::debug::bsdtar 3.5.3 - libarchive 3.5.3 zlib/1.2.11 liblzma/5.0.5 bz2lib/1.0.8
[command]/usr/bin/tar xz -C /tmp/78749109-7d11-42a1-ba5e-69f0877f36dd -f /tmp/22dc5b3b-bd15-411c-8451-0c668ee46518
::add-path::/tmp/78749109-7d11-42a1-ba5e-69f0877f36dd
Closes #38.