Skip to content

Commit 49178f7

Browse files
committed
Node 14
1 parent effbea2 commit 49178f7

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v2
1616
with:
17-
node-version: 12
17+
node-version: 14
1818
- run: npm ci
1919
- run: npm test
2020

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
19+
node-version: [14.x, 16.x, 18.x, 20.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:

changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ChangeLog
66

77
* This is mainly a re-release of 0.5.0. The package is stable and dependencies
88
have been updated.
9+
* Dropped support for Node 12. The minimum Node version is now 14.
910

1011

1112
0.5.0 (2022-09-13)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@
7474
],
7575
"engines": {
7676
"npm": ">=6",
77-
"node": ">= 12"
77+
"node": ">= 14"
7878
}
7979
}

0 commit comments

Comments
 (0)