Skip to content

Commit 9ceaf65

Browse files
committed
fix(ci/cd): Correct workflow /4
1 parent c72c4e6 commit 9ceaf65

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,9 @@ jobs:
3232
run: npm run test:nowatch
3333
- name: Semantic Release
3434
run: npx semantic-release
35-
# with:
36-
# # semantic_version: 19.0.5
37-
# extra_plugins: |
38-
# @semantic-release/changelog@6.0.0
39-
# @semantic-release/github
35+
extra_plugins: |
36+
@semantic-release/changelog@6.0.0
37+
@semantic-release/github
4038
env:
4139
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4240

@@ -45,10 +43,10 @@ jobs:
4543
needs: release
4644
runs-on: ubuntu-latest
4745
steps:
48-
- uses: actions/checkout@v3
49-
- uses: actions/setup-node@v3
46+
- uses: actions/checkout@v4
47+
- uses: actions/setup-node@v4
5048
with:
51-
node-version: 14
49+
node-version: 24
5250
- name: Install
5351
run: npm ci
5452
- name: Deploy

0 commit comments

Comments
 (0)