Skip to content

Commit e21e3ab

Browse files
committed
Update nodejs in workflows, remove dev release, fix oidc
1 parent 4fb8990 commit e21e3ab

File tree

3 files changed

+2
-52
lines changed

3 files changed

+2
-52
lines changed

.github/workflows/dev-release.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,4 @@ jobs:
4242
commit: Release to npm
4343
publish: "pnpm publish:ci-prod"
4444
env:
45-
GITHUB_TOKEN: ${{ steps.get-token.outputs.token }}
46-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
47-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
45+
GITHUB_TOKEN: ${{ steps.get-token.outputs.token }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.11
1+
24.14

0 commit comments

Comments
 (0)