Skip to content

Commit 436df0e

Browse files
committed
fix(ci): update node CI
1 parent e3fea01 commit 436df0e

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/covector-version-or-publish.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ jobs:
2626
- uses: actions/checkout@v4
2727
with:
2828
fetch-depth: 0 # required for use of git history
29-
- run: corepack enable pnpm
30-
- uses: actions/setup-node@v4
29+
- uses: actions/setup-node@v6
3130
with:
32-
cache: pnpm
33-
cache-dependency-path: '**/pnpm-lock.yaml'
31+
node-version: 24
3432
registry-url: 'https://registry.npmjs.org'
33+
- uses: pnpm/action-setup@v4
34+
with:
35+
cache: true
3536
- name: cargo login
3637
run: cargo login ${{ secrets.CRATE_TOKEN }}
3738
- name: git config

0 commit comments

Comments
 (0)