Skip to content

Commit 0528b7c

Browse files
authored
fix(ci): use npm@9 across across all workflows (#512)
1 parent 4dfcd8c commit 0528b7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bump-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cache: "npm"
3737

3838
- name: Install npm
39-
run: npm install -g npm@8
39+
run: npm install -g npm@9
4040

4141
- name: Install Dependencies
4242
run: |

.github/workflows/publish-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
cache: "npm"
4444

4545
- name: Install npm
46-
run: npm install -g npm@8
46+
run: npm install -g npm@9
4747

4848
- name: Install Dependencies
4949
run: |

0 commit comments

Comments
 (0)