Skip to content

Commit dd306bc

Browse files
committed
fixup! ci: use nodejs 24 to avoid warning
1 parent 9f0f0c4 commit dd306bc

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/actions/setup/action.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ outputs:
99
runs:
1010
using: "composite"
1111
steps:
12-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
12+
- name: Setup nodejs
13+
env:
14+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
15+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
1316
with:
1417
node-version: 24
1518

@@ -20,5 +23,8 @@ runs:
2023

2124
- name: Install Foundry
2225
uses: foundry-rs/foundry-toolchain@de808b1eea699e761c404bda44ba8f21aba30b2c # v1.3.1
26+
env:
27+
FOUNDRY_PROFILE: ci
2328
with:
2429
version: ${{ steps.set-foundry-version.outputs.foundry-version }}
30+
cache: false

0 commit comments

Comments
 (0)