We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be400b2 commit 7555187Copy full SHA for 7555187
1 file changed
.github/actions/setup/action.yml
@@ -9,6 +9,10 @@ runs:
9
with:
10
node-version-file: .nvmrc
11
12
+ - name: Update npm to latest version
13
+ run: npm install -g npm@latest
14
+ shell: bash
15
+
16
- name: Cache dependencies
17
id: yarn-cache
18
uses: actions/cache@v4
0 commit comments