Skip to content

Commit 54ce988

Browse files
authored
Remove global npm installation step
Removed global installation of npm version 11.
1 parent 5128f9a commit 54ce988

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
with:
3333
node-version: ${{ matrix.node-version }}
3434
cache: 'npm'
35-
- run: npm install npm@11 -g
3635
- run: npm ci
3736
- run: npm test
3837
env:

0 commit comments

Comments
 (0)