Skip to content

Commit

Permalink
Merge pull request #311 from KaiVolland/semantic-release
Browse files Browse the repository at this point in the history
Update semantic-release dependencies
  • Loading branch information
KaiVolland committed Dec 1, 2023
2 parents 194ba80 + 104f223 commit 1a875e7
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 465 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Expand Up @@ -5,7 +5,7 @@ jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Expand Up @@ -9,12 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources 🔰
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js 18 👷🏻
uses: actions/setup-node@v3
- name: Setup Node.js 20 👷🏻
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Install dependencies ⏬
run: npm ci
Expand All @@ -23,7 +23,7 @@ jobs:
run: npm run build

- name: Release 🚀
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v4
id: semantic
env:
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
Expand Down

0 comments on commit 1a875e7

Please sign in to comment.