Skip to content

Commit ad824c7

Browse files
committed
Node.js minimum version 16
1 parent 15d9c07 commit ad824c7

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
node-version:
17-
- 14
1817
- 16
1918
- 18
2019
runs-on: ${{ matrix.os }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13-
- uses: actions/setup-node@v3.4.1
13+
- uses: actions/setup-node@v3.6.0
1414
with:
15-
node-version: 14
15+
node-version: 16
1616
registry-url: https://registry.npmjs.org/
1717
- run: npm i
1818
- run: npm publish

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"version": "2.2.0",
1313
"license": "MIT",
1414
"engines": {
15-
"node": ">=14"
15+
"node": ">=16"
1616
},
1717
"files": [
1818
"src"

0 commit comments

Comments
 (0)