2 parents e3fea01 + 436df0e commit 50bb989Copy full SHA for 50bb989
1 file changed
.github/workflows/covector-version-or-publish.yml
@@ -26,12 +26,13 @@ jobs:
26
- uses: actions/checkout@v4
27
with:
28
fetch-depth: 0 # required for use of git history
29
- - run: corepack enable pnpm
30
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
31
32
- cache: pnpm
33
- cache-dependency-path: '**/pnpm-lock.yaml'
+ node-version: 24
34
registry-url: 'https://registry.npmjs.org'
+ - uses: pnpm/action-setup@v4
+ with:
35
+ cache: true
36
- name: cargo login
37
run: cargo login ${{ secrets.CRATE_TOKEN }}
38
- name: git config
0 commit comments