Skip to content

Commit f84fa7f

Browse files
committedJul 21, 2024·
Try that version
1 parent 6570fa8 commit f84fa7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
node-version: ${{ matrix.node }}
1717
- name: Install working npm
18-
run: npm install -g npm@10.8.0
18+
run: npm install -g npm@10.7.0
1919
- name: Install
2020
run: npm ci
2121
- name: Build

0 commit comments

Comments
 (0)
Please sign in to comment.