Skip to content

Commit

Permalink
fix: sematic-release needs node >= 20.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
StegSchreck committed Feb 3, 2024
1 parent 47c6d79 commit 84b450b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: latest
- name: Install Dependencies
run: npm install --legacy-peer-deps
- name: Run Semantic Release
Expand Down

0 comments on commit 84b450b

Please sign in to comment.