Skip to content

Commit

Permalink
Merge pull request #84 from crustio/feat
Browse files Browse the repository at this point in the history
update node version
  • Loading branch information
XueMoMo authored Apr 30, 2024
2 parents fa41bf2 + 45539cc commit e8af7a2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beta-release-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Use Node.js 18
uses: actions/setup-node@v2
with:
node-version: "18.16.0"
node-version: "18.19.0"

- name: Run install
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beta-release-ipfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Use Node.js 18
uses: actions/setup-node@v2
with:
node-version: "18.16.0"
node-version: "18.19.0"

- name: Run install
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-release-gh-bk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Use Node.js 18
uses: actions/setup-node@v2
with:
node-version: "18.16.0"
node-version: "18.19.0"

- name: Run install
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-release-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Use Node.js 18
uses: actions/setup-node@v2
with:
node-version: "18.16.0"
node-version: "18.19.0"

- name: Run install
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-release-ipfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Use Node.js 18
uses: actions/setup-node@v2
with:
node-version: "18.16.0"
node-version: "18.19.0"

- name: Run install
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging-release-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Use Node.js 18
uses: actions/setup-node@v2
with:
node-version: "18.16.0"
node-version: "18.19.0"

- name: Run install
run: yarn install
Expand Down

0 comments on commit e8af7a2

Please sign in to comment.