We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dfcd8c commit 89b380bCopy full SHA for 89b380b
.github/workflows/bump-packages.yaml
@@ -36,7 +36,7 @@ jobs:
36
cache: "npm"
37
38
- name: Install npm
39
- run: npm install -g npm@8
+ run: npm install -g npm@9
40
41
- name: Install Dependencies
42
run: |
.github/workflows/publish-packages.yaml
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
49
0 commit comments