Skip to content

Commit

Permalink
update actions node version
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanphan committed Jun 11, 2024
1 parent 302701b commit 5a5699e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NODE_VERSION=16.x
NODE_VERSION=18.x
SOLANA_VERSION=1.17.20
COMMIT_USER_NAME=github-actions
COMMIT_USER_EMAIL=[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/test-js-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["16.x", "18.x"]
node: ["18.x", "20.x"]
steps:
- name: Git checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 5a5699e

Please sign in to comment.