Skip to content

Commit 0f75115

Browse files
committed
build!: Drop support for node 10 and 12, support node 16 and 18
1 parent 14e4917 commit 0f75115

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
node: [10, 12, 14]
13+
node: [14, 16, 18]
1414
os: [ubuntu-latest, windows-latest]
1515
env:
1616
OS: ${{ matrix.os }}

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: ${{ steps.release.outputs.release_created }}
2121
- uses: actions/setup-node@v3
2222
with:
23-
node-version: 12
23+
node-version: 16
2424
registry-url: 'https://registry.npmjs.org'
2525
if: ${{ steps.release.outputs.release_created }}
2626
- run: npm ci

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"repository": "absolute-version/commit-and-tag-version",
2020
"engines": {
21-
"node": ">=10"
21+
"node": ">=14"
2222
},
2323
"keywords": [
2424
"conventional-changelog",

0 commit comments

Comments
 (0)