Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit 1971a09

Browse files
authored
BREAKING: Increase minimum Node.js version from 14 to 16 (#59)
1 parent 0cdd96a commit 1971a09

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
strategy:
1313
matrix:
14-
node-version: [14.x, 16.x]
14+
node-version: [16.x]
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Use Node.js ${{ matrix.node-version }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v14
1+
v18

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"webextension-polyfill-ts": "^0.26.0"
6262
},
6363
"engines": {
64-
"node": ">=14.0.0"
64+
"node": "^16.20 || ^18.16 || >=20"
6565
},
6666
"publishConfig": {
6767
"access": "public",

0 commit comments

Comments
 (0)