Skip to content

Commit

Permalink
node 21 has glob support for node test runner?
Browse files Browse the repository at this point in the history
  • Loading branch information
heyAyushh committed Sep 5, 2024
1 parent 9cb45e6 commit 189fb7a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
# Install Solana CLI (beta, required to fix 'ahash' issue)
solana-cli-version: "1.18.5"

- name: Setup Node.js version
uses: actions/setup-node@v4
with:
node-version: 21.x

- name: Run Solana validator (and background it)
run: solana-test-validator &

Expand Down

0 comments on commit 189fb7a

Please sign in to comment.