Skip to content

Commit 4f43b9a

Browse files
committed
Update npm before running tests
1 parent 1d8d102 commit 4f43b9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
node-version: ${{ matrix.node-version }}
2323
cache: 'npm'
2424

25+
- name: Update npm
26+
run: npm install -g npm@latest
27+
2528
- name: Install dependencies
2629
run: npm ci
2730

0 commit comments

Comments
 (0)