Skip to content

Commit

Permalink
Update CI Nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
shleikes committed Nov 22, 2023
1 parent 04f22c4 commit 964271c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: "21"
node-version: "21.2.0"

- name: Init the SDK
run: GOPATH=~/go ./scripts/init_sdk.sh -s
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lava_sdk_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "21"
node-version: "21.2.0"

- name: Init the SDK
run: GOPATH=~/go ./scripts/init_sdk.sh -s
Expand Down

0 comments on commit 964271c

Please sign in to comment.