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 aaf456a commit c41a169Copy full SHA for c41a169
.github/workflows/pull-request.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Use Node.js
15
uses: actions/setup-node@v4
16
with:
17
- node-version: 18
+ node-version: 20
18
cache: 'yarn'
19
20
- name: Install dependencies
.github/workflows/release.yml
@@ -22,9 +22,14 @@ jobs:
22
23
24
25
26
27
28
+ - name: Upgrade npm for OIDC
29
+ run: npm i -g npm@^11.5.1
30
+
31
+ - run: npm config set registry https://registry.npmjs.org
32
33
34
run: yarn install --frozen-lockfile
35
@@ -39,4 +44,3 @@ jobs:
39
44
publish: yarn changeset publish
40
45
env:
41
46
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments