Skip to content

Commit 517349f

Browse files
committed
Update npm before building
1 parent 6764bdb commit 517349f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dependency-submission-example.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- name: 'Checkout Repository'
1313
uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
15+
- run: npm install npm@latest -g
1516
- name: Install NPM dependencies
1617
run: npm ci
1718
- name: Run all NPM build/test actions

0 commit comments

Comments
 (0)