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 ce87aa2 commit 47dbdebCopy full SHA for 47dbdeb
‎.github/actions/setup/action.yml‎
@@ -25,6 +25,10 @@ runs:
25
cache-dependency-path: yarn.lock
26
registry-url: 'https://registry.npmjs.org'
27
28
+ - name: Upgrade npm for OIDC support
29
+ run: npm install -g npm@latest
30
+ shell: bash
31
+
32
- name: Install dependencies
33
run: yarn install --immutable
34
shell: bash
‎.github/workflows/build-npm.yml‎
@@ -19,12 +19,6 @@ jobs:
19
with:
20
submodules: recursive
21
22
- - name: Setup Node.js with npm registry
23
- uses: actions/setup-node@v4
24
- with:
- node-version: '20'
- registry-url: 'https://registry.npmjs.org'
-
- name: Setup
uses: ./.github/actions/setup
‎.nvmrc‎
@@ -1 +1 @@
1
-v22.3.0
+v22.12.0
0 commit comments