Skip to content

Commit

Permalink
⬆️ Upgrade node to 18 (#511)
Browse files Browse the repository at this point in the history
* ⬆️ Upgrade node to 18

* ✅ Try to fix curl test
  • Loading branch information
williamchong committed Nov 24, 2023
1 parent d879732 commit 4bb824d
Show file tree
Hide file tree
Showing 9 changed files with 14,220 additions and 14,400 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18

- name: Install and Build Storybook
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup node env 🏗
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'npm'
cache-dependency-path: |
src/package-lock.json
Expand All @@ -26,4 +26,4 @@ jobs:
- name: Server Test
run: npm --prefix src start &
- name: Curl Test
run: curl --retry 10 --retry-delay 5 -v http://127.0.0.1:3000/
run: curl --retry 10 --retry-delay 5 -v http://localhost:3000/
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup node env 🏗
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'npm'
cache-dependency-path: |
src/package-lock.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-rinkeby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup node env 🏗
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'npm'
cache-dependency-path: |
src/package-lock.json
Expand Down
Loading

0 comments on commit 4bb824d

Please sign in to comment.