Skip to content

Commit b050993

Browse files
committed
Update more versions in CI
1 parent 532e4cc commit b050993

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
env:
1010
ANCHOR_VERSION: 0.30.0
11+
NODE_VERSION : 20
1112
SOLANA_VERSION: 1.18.18
1213
TOOLCHAIN: 1.75.0
1314

@@ -23,7 +24,7 @@ jobs:
2324
- name: Setup Node.js
2425
uses: actions/setup-node@v4
2526
with:
26-
node-version: 18
27+
node-version: {{ env.NODE_VERSION }}
2728
cache: "pnpm"
2829
- name: Install dependencies
2930
run: pnpm install --frozen-lockfile
@@ -54,7 +55,7 @@ jobs:
5455
- name: Setup Node.js
5556
uses: actions/setup-node@v4
5657
with:
57-
node-version: 18
58+
node-version: {{ env.NODE_VERSION }}
5859
cache: "pnpm"
5960
- name: Install dependencies
6061
run: pnpm install --frozen-lockfile
@@ -113,7 +114,7 @@ jobs:
113114
- name: Setup Node.js
114115
uses: actions/setup-node@v4
115116
with:
116-
node-version: 20
117+
node-version: {{ env.NODE_VERSION }}
117118
cache: "pnpm"
118119
- name: Install Dependencies
119120
run: pnpm install --frozen-lockfile

template/base/.github/actions/setup/action.yml.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
- name: Setup Node.js
3535
uses: actions/setup-node@v4
3636
with:
37-
node-version: 18
37+
node-version: 20
3838
cache: 'pnpm'
3939

4040
- name: Install Dependencies

0 commit comments

Comments
 (0)