Skip to content

Commit 3e4e5e2

Browse files
committed
feat!: remove node 12 and node 14
Node 12 has been EOL since the end of April 2022 and Node 14 just became EOL at the end of April 2023 Signed-off-by: Lucas Holmquist <[email protected]>
1 parent 4626529 commit 3e4e5e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs-ci-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node-version: [12.x, 14.x, 16.x, 18.x]
18+
node-version: [16.x, 18.x, 20.x]
1919

2020
steps:
2121
- uses: actions/checkout@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,6 @@
158158
},
159159
"types": "./dist/index.d.ts",
160160
"engines": {
161-
"node": ">=12 <=20.0.0"
161+
"node": ">=16 <=20.0.0"
162162
}
163163
}

0 commit comments

Comments
 (0)