Skip to content

Commit 47dbdeb

Browse files
authored
fix(📦): ensure that we use a version of NPM that supports OIDC (#3631)
1 parent ce87aa2 commit 47dbdeb

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

‎.github/actions/setup/action.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ runs:
2525
cache-dependency-path: yarn.lock
2626
registry-url: 'https://registry.npmjs.org'
2727

28+
- name: Upgrade npm for OIDC support
29+
run: npm install -g npm@latest
30+
shell: bash
31+
2832
- name: Install dependencies
2933
run: yarn install --immutable
3034
shell: bash

‎.github/workflows/build-npm.yml‎

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ jobs:
1919
with:
2020
submodules: recursive
2121

22-
- name: Setup Node.js with npm registry
23-
uses: actions/setup-node@v4
24-
with:
25-
node-version: '20'
26-
registry-url: 'https://registry.npmjs.org'
27-
2822
- name: Setup
2923
uses: ./.github/actions/setup
3024
with:

‎.nvmrc‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.3.0
1+
v22.12.0

0 commit comments

Comments
 (0)