Skip to content

Commit 76c8b5e

Browse files
authored
feat(node): update node version ci (#1607)
1 parent c6839fb commit 76c8b5e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Use Node.js
1616
uses: actions/[email protected]
1717
with:
18-
node-version: 18
18+
node-version: 20
1919
check-latest: true
2020
cache: 'pnpm'
2121
- run: pnpm install
@@ -29,7 +29,7 @@ jobs:
2929
- name: Use Node.js
3030
uses: actions/[email protected]
3131
with:
32-
node-version: 18
32+
node-version: 20
3333
check-latest: true
3434
cache: 'pnpm'
3535
- run: pnpm install
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-22.04
4040
strategy:
4141
matrix:
42-
node: ['18']
42+
node: ['18','20']
4343
steps:
4444
- uses: actions/[email protected]
4545
- uses: pnpm/[email protected]

.github/workflows/pull_request_title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Use Node.js
1414
uses: actions/[email protected]
1515
with:
16-
node-version: 18
16+
node-version: 20
1717
check-latest: true
1818
cache: 'pnpm'
1919
- run: pnpm install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Use Node.js
2525
uses: actions/[email protected]
2626
with:
27-
node-version: 18
27+
node-version: 20
2828
cache: 'pnpm'
2929
- run: pnpm install
3030
- name: Create Release Pull Request or Publish to npm

0 commit comments

Comments
 (0)