Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
epicserve committed Mar 31, 2024
1 parent 1b95fd3 commit b349613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade_node_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Generate diff and extract package upgrades
id: diff
run: |
git diff package.json > diff.txt
git diff package-lock.json > diff.txt
node -e "
const fs = require('fs');
const diff = fs.readFileSync('diff.txt', 'utf8');
Expand Down

0 comments on commit b349613

Please sign in to comment.