Skip to content

Commit f21155b

Browse files
committed
Update Node.js to 22 LTS and pnpm to 9.x in localnet workflow
Node 22 is current LTS and pnpm 9 is the current major release.
1 parent f5c042c commit f21155b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/localnet-examples.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- name: Run a localnet
3535
uses: aptos-labs/actions/run-local-testnet@main
3636
with:
37-
node_version: v20.12.2
38-
pnpm_version: 8.15.6
37+
node_version: v22.14.0
38+
pnpm_version: 9.15.4
3939

4040
- uses: ./.github/actions/python-setup
4141
with:

0 commit comments

Comments
 (0)