Skip to content

Commit 464cc0e

Browse files
committed
chore: more CI updates
1 parent 76f549c commit 464cc0e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/setup/action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
node-version:
55
description: 'Node.js version'
66
required: false
7-
default: '20'
7+
default: '22'
88
solana-version:
99
description: 'Solana version'
1010
required: false
@@ -38,7 +38,6 @@ runs:
3838
~/.cache/solana/
3939
~/.local/share/solana/
4040
~/.config/solana
41-
~/.cargo/bin/anchor
4241
key: solana-cli-${{ inputs.solana-version }}
4342

4443
- name: Install Solana CLI
@@ -55,7 +54,7 @@ runs:
5554
anchor --version
5655
5756
- name: Cache node_modules
58-
uses: actions/cache@v3
57+
uses: actions/cache@v4
5958
with:
6059
path: ./node_modules/
6160
key: node-modules-${{ inputs.node-version }}

0 commit comments

Comments
 (0)