Skip to content

Commit 3c76829

Browse files
committed
chore: upgrade npm
1 parent 23d1c31 commit 3c76829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
node-version: ${{ matrix.node }}
2929
cache: npm
3030
- name: Install dependencies
31-
run: npm install
31+
run: npm i -g npm && npm ci
3232
- name: Lint
3333
run: npm run lint
3434
- name: Prettier
@@ -50,7 +50,7 @@ jobs:
5050
node-version: 22
5151
cache: npm
5252
- name: Install dependencies
53-
run: npm install
53+
run: npm i -g npm && npm ci
5454
- name: Release
5555
id: changesets
5656
uses: changesets/action@v1

0 commit comments

Comments
 (0)