There was an error while loading. Please reload this page.
1 parent 9f0f0c4 commit dd306bcCopy full SHA for dd306bc
1 file changed
.github/actions/setup/action.yml
@@ -9,7 +9,10 @@ outputs:
9
runs:
10
using: "composite"
11
steps:
12
- - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
+ - name: Setup nodejs
13
+ env:
14
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
15
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
16
with:
17
node-version: 24
18
@@ -20,5 +23,8 @@ runs:
20
23
21
24
- name: Install Foundry
22
25
uses: foundry-rs/foundry-toolchain@de808b1eea699e761c404bda44ba8f21aba30b2c # v1.3.1
26
27
+ FOUNDRY_PROFILE: ci
28
29
version: ${{ steps.set-foundry-version.outputs.foundry-version }}
30
+ cache: false
0 commit comments