Skip to content

Commit

Permalink
build: migrate Node from v18 to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Nov 17, 2023
1 parent 9366aaa commit e86329d
Show file tree
Hide file tree
Showing 8 changed files with 1,852 additions and 1,572 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: yarn
node-version: 18
node-version: 20
- name: Install
run: yarn
- name: Lint commits
Expand All @@ -39,7 +39,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: yarn
node-version: 18
node-version: 20
- name: Install
run: yarn
- name: Type
Expand All @@ -56,7 +56,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: yarn
node-version: 18
node-version: 20
- name: Install
run: yarn
- name: Test
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: yarn
node-version: 18
node-version: 20
- name: Install
run: yarn
- name: Test
Expand All @@ -41,7 +41,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: yarn
node-version: 18
node-version: 20
- name: Install
run: yarn
- name: Serve Release Sample
Expand All @@ -64,7 +64,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: yarn
node-version: 18
node-version: 20
- name: Install
run: |
yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: yarn
node-version: 18
node-version: 20
- name: Install
run: yarn
- name: Publish
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: yarn
node-version: 18
node-version: 20
- name: Install
run: yarn install --frozen-lockfile
- name: Build
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: yarn
node-version: 18
node-version: 20
- name: Install
run: yarn install --frozen-lockfile
- name: Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/timezone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: yarn
node-version: 18
node-version: 20
- name: Install
run: yarn
- name: Set datetime & timezone
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: yarn
node-version: 18
node-version: 20
- name: Install
run: yarn
- name: Set datetime & timezone
Expand Down
Loading

0 comments on commit e86329d

Please sign in to comment.