Skip to content

Commit 837bde0

Browse files
authored
ci: don't install latest npm (#168)
* ci: only use supported version of npm * don't install npm
1 parent 5b0ea24 commit 837bde0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ jobs:
3535
- uses: actions/setup-node@v3
3636
with:
3737
node-version: ${{ matrix.node }}
38-
- name: Install latest NPM
39-
run: npm install -g npm@latest
4038
- name: Install dependencies
4139
run: npm ci
4240
- name: Run tests

0 commit comments

Comments
 (0)