Skip to content

Commit

Permalink
Bumped workflow node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukecaan committed Dec 6, 2024
1 parent 8ae7f09 commit 26b8554
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: "18.x"
node-version: '20.18.x'
registry-url: "https://registry.npmjs.org"
- name: Install yarn
run: yarn
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: "18.x"
node-version: '20.18.x'
registry-url: "https://registry.npmjs.org"
- name: Install yarn
run: yarn
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: "18.x"
node-version: '20.18.x'
registry-url: "https://registry.npmjs.org"

- name: Setup yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-sdk-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: "18.x"
node-version: '20.18.x'
registry-url: "https://registry.npmjs.org"

- name: Determine sdk version
Expand Down

0 comments on commit 26b8554

Please sign in to comment.