Skip to content

Commit f4f92f5

Browse files
committed
BREAKING: Drop Node 14 (as its EOL)
1 parent f34c3a9 commit f4f92f5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
test:
1818
uses: voxpelli/ghatemplates/.github/workflows/test.yml@main
1919
with:
20-
node-versions: '14,16,18'
20+
node-versions: '16,18,20'

.github/workflows/types.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
type-check:
2020
uses: voxpelli/ghatemplates/.github/workflows/type-check.yml@main
2121
with:
22-
ts-versions: ${{ github.event.schedule && 'next' || '4.5,4.6,4.7,next' }}
23-
ts-libs: 'es2020;esnext'
22+
ts-versions: ${{ github.event.schedule && 'next' || '4.5,4.9,5.0,next' }}
23+
ts-libs: 'es2021;esnext'

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"import": "./index.mjs"
1818
},
1919
"engines": {
20-
"node": "^14.18.0 || >=16.0.0"
20+
"node": ">=16.0.0"
2121
},
2222
"keywords": [
2323
"tagged template",
@@ -76,7 +76,7 @@
7676
"@types/chai": "^4.3.1",
7777
"@types/chai-as-promised": "^7.1.5",
7878
"@types/mocha": "^9.1.1",
79-
"@types/node": "^14.18.23",
79+
"@types/node": "^16.18.27",
8080
"@types/sinon": "^10.0.13",
8181
"@types/sinon-chai": "^3.2.8",
8282
"@voxpelli/eslint-config": "^15.1.0",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@voxpelli/tsconfig/node14.json",
2+
"extends": "@voxpelli/tsconfig/node16.json",
33
"files": [
44
"index.js"
55
],

0 commit comments

Comments
 (0)