We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c72c4e6 commit 9ceaf65Copy full SHA for 9ceaf65
.github/workflows/release.yml
@@ -32,11 +32,9 @@ jobs:
32
run: npm run test:nowatch
33
- name: Semantic Release
34
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
+ extra_plugins: |
+ @semantic-release/changelog@6.0.0
+ @semantic-release/github
40
env:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
@@ -45,10 +43,10 @@ jobs:
45
43
needs: release
46
44
runs-on: ubuntu-latest
47
steps:
48
- - uses: actions/checkout@v3
49
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
50
with:
51
- node-version: 14
+ node-version: 24
52
- name: Install
53
run: npm ci
54
- name: Deploy
0 commit comments