Skip to content

Commit

Permalink
CI uses foundry nightly and more recent pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGuilding committed Jun 3, 2024
1 parent 5acd5a9 commit 3246d48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/forge-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: "Install Foundry"
uses: "foundry-rs/foundry-toolchain@v1"
with:
version: nightly-ea2eff95b5c17edd3ffbdfc6daab5ce5cc80afc0
version: nightly

- name: "Install NodeJS"
uses: actions/setup-node@v4
Expand All @@ -42,7 +42,7 @@ jobs:
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9.1.2
version: 9.1.4
run_install: false

- name: "Install the Node.js dependencies"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/forge-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: "Install Foundry"
uses: "foundry-rs/foundry-toolchain@v1"
with:
version: nightly-ea2eff95b5c17edd3ffbdfc6daab5ce5cc80afc0
version: nightly

- name: "Install NodeJS"
uses: actions/setup-node@v4
Expand All @@ -75,7 +75,7 @@ jobs:
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9.1.2
version: 9.1.4
run_install: false

- name: "Restore the cached build and the node modules"
Expand Down

0 comments on commit 3246d48

Please sign in to comment.