Skip to content

Commit

Permalink
Update upgrade-npm-packages.yml
Browse files Browse the repository at this point in the history
Upgrades to the workflows.
  • Loading branch information
dgomesbr authored Feb 22, 2024
1 parent 131845a commit 85c20bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/upgrade-npm-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ jobs:

steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Node.js ⚙️
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '16.x'
node-version: 'latest'

- name: Upgrade packages 🔀
run: npm update

- name: Commit and create PR 🔀
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v6
with:
title: 'build(deps): Upgrade NPM packages (automated)'
branch: 'build-deps-upgrade-npm-packages-automated'
Expand Down

0 comments on commit 85c20bb

Please sign in to comment.