Skip to content

Commit 08c71b7

Browse files
committed
node14/semantic-release18
1 parent 9a3e32f commit 08c71b7

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest]
11-
node: ['16']
11+
node: ['14']
1212

1313
runs-on: ${{ matrix.os }}
1414

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest]
15-
node: ['16']
15+
node: ['14']
1616

1717
runs-on: ${{ matrix.os }}
1818

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Release / Node ${{ matrix.node }}
1212
strategy:
1313
matrix:
14-
node: ['16']
14+
node: ['14']
1515

1616
runs-on: ubuntu-latest
1717

@@ -28,7 +28,7 @@ jobs:
2828
npm run build
2929
3030
- name: Create a release
31-
run: npx semantic-release
31+
run: npx semantic-release@^18.0.0
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
3434
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

.releaserc.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"@semantic-release/commit-analyzer",
1717
"@semantic-release/release-notes-generator",
1818
["@semantic-release/github", {
19-
successComment: false,
20-
releasedLabels: false,
21-
failTitle: false,
22-
addReleases: false,
19+
"successComment": false,
20+
"releasedLabels": false,
21+
"failTitle": false,
22+
"addReleases": false,
2323
}],
2424
"@semantic-release/npm"
2525
]

0 commit comments

Comments
 (0)