Skip to content

Commit 0c6dbeb

Browse files
authored
fix: release ga ci (#277)
1 parent 8a29b88 commit 0c6dbeb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: actions/setup-node@v2
11+
- uses: actions/checkout@v3
12+
- uses: actions/setup-node@v3
1313
with:
1414
node-version: '18.x'
1515
- run: npm i

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"husky": "^8.0.1",
5959
"lab": "~13.0.4",
6060
"path-browserify": "^1.0.1",
61-
"semantic-release": "^19.0.5",
61+
"semantic-release": "^21.0.7",
6262
"semantic-release-github-pullrequest": "^1.3.0",
6363
"sinon": "~7.5.0",
6464
"url": "^0.11.0",

0 commit comments

Comments
 (0)