Skip to content

Commit 273d2ea

Browse files
committed
👷 Setup OIDC publishing
Publishing the old way is not an option.
1 parent 02b89a4 commit 273d2ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
- uses: actions/checkout@v4
2727
with:
2828
fetch-depth: 0 # required for use of git history
29-
- uses: actions/setup-node@v3
29+
- uses: actions/setup-node@v6
3030
with:
31-
registry-url: "https://registry.npmjs.org"
31+
node-version: 24
3232
- uses: volta-cli/action@v4
3333
- name: git config
3434
run: |

0 commit comments

Comments
 (0)