Skip to content

Commit ae30caf

Browse files
committed
chore: drop node 14
1 parent dd5b6c4 commit ae30caf

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: [14.x, 16.x, 17.x]
11+
node-version: [16.x, 17.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: [14.x, 16.x, 17.x]
14+
node-version: [16.x, 17.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
@@ -11,7 +11,7 @@ jobs:
1111

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

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

0 commit comments

Comments
 (0)