We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02b89a4 + fc48e87 commit 4c6c80fCopy full SHA for 4c6c80f
.github/workflows/covector-version-or-publish.yml
@@ -26,9 +26,9 @@ jobs:
26
- uses: actions/checkout@v4
27
with:
28
fetch-depth: 0 # required for use of git history
29
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v6
30
31
- registry-url: "https://registry.npmjs.org"
+ node-version: 24
32
- uses: volta-cli/action@v4
33
- name: git config
34
run: |
@@ -37,8 +37,6 @@ jobs:
37
- name: covector version or publish (publish when no change files present)
38
uses: jbolda/covector/packages/action@covector-v0
39
id: covector
40
- env:
41
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
42
43
token: ${{ secrets.GITHUB_TOKEN }}
44
command: "version-or-publish"
0 commit comments