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.
2 parents be400b2 + a671e5c commit c30fce6Copy full SHA for c30fce6
.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
.nvmrc
@@ -1 +1 @@
1
-v20.11.1
+v20.17.0
0 commit comments