Skip to content

Commit 463c57f

Browse files
committed
chore: pr-comments
1 parent 63e94aa commit 463c57f

88 files changed

Lines changed: 24058 additions & 39 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/actions/setup/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ runs:
3131
registry-url: 'https://registry.npmjs.org'
3232

3333
- name: Update npm
34-
run: npm install -g npm@latest
34+
run: |
35+
corepack enable
36+
corepack install -g npm@latest
3537
shell: bash
3638

3739
- name: Install dependencies

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3434

35-
- run: npx nx-cloud fix-ci
35+
- run: pnpm nx fix-ci
3636
if: always()
3737

3838
- uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)