File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
template/base/.github/actions/setup Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 88
99env :
1010 ANCHOR_VERSION : 0.30.0
11+ NODE_VERSION : 20
1112 SOLANA_VERSION : 1.18.18
1213 TOOLCHAIN : 1.75.0
1314
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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments