Skip to content

Commit a7a85bf

Browse files
committed
update node version
1 parent 2c975d2 commit a7a85bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-ton-contract.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: "18"
22+
node-version: "20.18.0"
2323

2424
- name: Install pnpm
2525
uses: pnpm/action-setup@v2
2626
with:
27-
version: 8
27+
version: 9.12.3
2828

2929
- name: Install dependencies
3030
run: pnpm install

0 commit comments

Comments
 (0)