Skip to content

Commit

Permalink
bump workflow node verison
Browse files Browse the repository at this point in the history
  • Loading branch information
wphan committed Dec 5, 2024
1 parent 85be168 commit baccc54
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,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 @@ -90,7 +90,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 @@ -121,7 +121,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 Expand Up @@ -152,7 +152,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '18.x'
node-version: "20.18.x"
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
Expand Down Expand Up @@ -215,7 +215,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: Build sdk
run: yarn
Expand Down

0 comments on commit baccc54

Please sign in to comment.