We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21838df commit fe3777eCopy full SHA for fe3777e
1 file changed
.github/workflows/ci.yml
@@ -71,6 +71,9 @@ jobs:
71
registry-url: 'https://registry.npmjs.org'
72
cache: 'npm'
73
74
+ - name: Upgrade npm for OIDC support
75
+ run: npm install -g npm@latest
76
+
77
- name: Install dependencies
78
run: npm ci
79
0 commit comments