We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2bf8c4 commit 9fa3491Copy full SHA for 9fa3491
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- node-version: [12.x, 14.x, 16.x]
+ node-version: [14.x, 16.x, 18.x]
15
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
16
steps:
17
- uses: actions/checkout@v2
@@ -32,7 +32,7 @@ jobs:
32
33
- uses: actions/setup-node@v2
34
with:
35
- node-version: 16.x
+ node-version: 18.x
36
- run: npm i
37
- run: npx semantic-release --branches main
38
env:
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v3
18
19
20
- run: npx changelogithub
21
0 commit comments