Skip to content

Commit 55e1939

Browse files
committed
ci: Change npm publishing to OIDC compatible node version (#7549)
1 parent 19607c8 commit 55e1939

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/publish-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ jobs:
135135
- name: Publish @deephaven/jsapi-types to npmjs
136136
id: publish-deephaven-jsapi-types
137137
if: ${{ startsWith(github.ref, 'refs/heads/release/v') }}
138-
env:
139-
NODE_AUTH_TOKEN: ${{ secrets.DEEPHAVENBOT_NPM_TOKEN }}
140138
run: npm publish --provenance --tag latest web/client-api/types/build/deephaven-jsapi-types-*.tgz
141139
continue-on-error: true
142140

proto/raw-js-openapi/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.10.0
1+
v24.10.0

web/client-api/types/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.10.0
1+
v24.10.0

0 commit comments

Comments
 (0)