We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4da4082 + 62d5e85 commit 246fe82Copy full SHA for 246fe82
1 file changed
.github/workflows/dependabot-auto-merge.yml
@@ -10,6 +10,9 @@ jobs:
10
runs-on: ubuntu-latest
11
if: ${{ github.actor == 'dependabot[bot]' }}
12
steps:
13
+
14
+ - name: Upgrade npm
15
+ run: npm install -g npm@latest
16
17
- name: Dependabot metadata
18
id: metadata
0 commit comments