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 3dddd61 commit fa01e7cCopy full SHA for fa01e7c
.github/workflows/release-develop.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v3
14
- uses: actions/setup-node@v3
15
with:
16
- node-version: 18
+ node-version: 22.9.0
17
cache: npm
18
19
- name: "Install dependencies"
@@ -26,7 +26,7 @@ jobs:
26
env:
27
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
28
run: |
29
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
+ echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc && git status
30
31
- name: Run Lerna Release
32
run: npm run publish:canary
0 commit comments