Skip to content

Commit

Permalink
Add a name for Setup Node
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeanogamer committed Jan 2, 2024
1 parent 86620d2 commit 2a2b832
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: Add Solana to Path
run: echo "`pwd`/solana" >> $GITHUB_PATH

- uses: actions/setup-node@v4
- name: Setup Node 20
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
Expand Down

0 comments on commit 2a2b832

Please sign in to comment.