Skip to content

Commit ef64e90

Browse files
committed
build(workflow): update node versions
1 parent 53c25c2 commit ef64e90

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [16.x, 17.x]
11+
node-version: [19.x, 20.x]
1212

1313
steps:
1414
- uses: actions/checkout@v1

.github/workflows/test-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [16.x, 17.x]
14+
node-version: [19.x, 20.x]
1515

1616
steps:
1717
- uses: actions/checkout@v1

.github/workflows/vercel-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
needs: test
2929
strategy:
3030
matrix:
31-
node-version: [16.x]
31+
node-version: [20.x]
3232
steps:
3333
- uses: actions/checkout@v1
3434
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)