Skip to content

Commit ea7f05c

Browse files
authored
chore: resolve dependabot alerts (#87)
1 parent 9d02855 commit ea7f05c

File tree

3 files changed

+3901
-12238
lines changed

3 files changed

+3901
-12238
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ jobs:
3434
npm ci
3535
npm run build
3636
37-
- name: Create a release
38-
run: npx semantic-release
37+
- uses: cycjimmy/semantic-release-action@v4
38+
with:
39+
semantic_version: 19
3940
env:
4041
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4142
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)