Skip to content

Commit f4446f6

Browse files
authored
Merge pull request #383 from icelam/drop-node-12
chore: drop support for node 12
2 parents 55194de + 9cad39a commit f4446f6

File tree

5 files changed

+7
-21
lines changed

5 files changed

+7
-21
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
node-version: [12.x, 14.x, 16.x]
19+
node-version: [14.x, 16.x, 18.x]
2020
env:
2121
HUSKY: 0
2222
steps:

.github/workflows/rebase.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js version
1616
uses: actions/setup-node@main
1717
with:
18-
node-version: 14.x
18+
node-version-file: '.nvmrc'
1919

2020
- name: Generate release body
2121
run: |

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.22.0
1+
14.20.0

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,9 @@
5555
"peerDependencies": {
5656
"html-webpack-plugin": "^5.0.0",
5757
"webpack": "^5.0.0"
58+
},
59+
"engines": {
60+
"npm": ">=6.0.0",
61+
"node": ">=14.0.0"
5862
}
5963
}

0 commit comments

Comments
 (0)