Skip to content

Commit

Permalink
try node:20 because node:18 is slow
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed May 3, 2023
1 parent c4c7d04 commit 23f8bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: docker/setup-qemu-action@v2
- run: |
set -xeu
docker run --rm -i -v $PWD:/app --platform=linux/arm64/v8 node:18 bash << 'EOF'
docker run --rm -i -v $PWD:/app --platform=linux/arm64/v8 node:20 bash << 'EOF'
set -xeu
# Install ldid for macos-arm64 signing
curl -LO https://github.com/ProcursusTeam/ldid/releases/download/v2.1.5-procursus2/ldid_linux_aarch64
Expand Down

0 comments on commit 23f8bad

Please sign in to comment.