We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e4917 commit 0f75115Copy full SHA for 0f75115
.github/workflows/ci.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ${{ matrix.os }}
11
strategy:
12
matrix:
13
- node: [10, 12, 14]
+ node: [14, 16, 18]
14
os: [ubuntu-latest, windows-latest]
15
env:
16
OS: ${{ matrix.os }}
.github/workflows/release-please.yml
@@ -20,7 +20,7 @@ jobs:
20
if: ${{ steps.release.outputs.release_created }}
21
- uses: actions/setup-node@v3
22
with:
23
- node-version: 12
+ node-version: 16
24
registry-url: 'https://registry.npmjs.org'
25
26
- run: npm ci
package.json
@@ -18,7 +18,7 @@
18
},
19
"repository": "absolute-version/commit-and-tag-version",
"engines": {
- "node": ">=10"
+ "node": ">=14"
"keywords": [
"conventional-changelog",
0 commit comments