Skip to content

Commit

Permalink
Update fix_peer_dependencies.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
angeousta authored Dec 4, 2023
1 parent 12db43e commit 1094bf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/fix_peer_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 20

- name: Install dependencies
run: npm install
Expand All @@ -43,3 +43,4 @@ jobs:
commit-message: "Fix conflicting peer dependencies"
title: "Fix conflicting peer dependencies"
body: "This pull request fixes conflicting peer dependencies."
branch-suffix: timestamp

0 comments on commit 1094bf1

Please sign in to comment.