Skip to content

Commit 246fe82

Browse files
authored
Merge pull request #79 from scify/PavlosIsaris-patch-1
Add step to upgrade npm in Dependabot workflow
2 parents 4da4082 + 62d5e85 commit 246fe82

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/dependabot-auto-merge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
if: ${{ github.actor == 'dependabot[bot]' }}
1212
steps:
13+
14+
- name: Upgrade npm
15+
run: npm install -g npm@latest
1316

1417
- name: Dependabot metadata
1518
id: metadata

0 commit comments

Comments
 (0)