We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 6f19da3 commit 516e785Copy full SHA for 516e785
.github/workflows/publish.js.yml
@@ -11,10 +11,10 @@ jobs:
11
12
steps:
13
- uses: actions/checkout@v2
14
- - name: Use Node.js 16.x
+ - name: Use Node.js 18.x
15
uses: actions/setup-node@v1
16
with:
17
- node-version: 16.x
+ node-version: 18.x
18
- name: Set up JDK 11
19
uses: actions/setup-java@v2
20
package.json
@@ -47,7 +47,7 @@
47
"@semantic-release/git": "^10.0.1",
48
"@semantic-release/changelog": "^6.0.1",
49
"conventional-changelog-conventionalcommits": "^5.0.0",
50
- "semantic-release": "^19.0.2",
+ "semantic-release": "^20.0.2",
51
"semver": "^7.3.7"
52
}
53
0 commit comments