Skip to content

Commit 7580c24

Browse files
authored
feat: Console SDK update for version 8.2.0 (#80)
1 parent 1200e27 commit 7580c24

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
- name: Use Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: '22'
22+
node-version: '24.14.1'
2323
registry-url: 'https://registry.npmjs.org'
2424

25-
- name: Update npm to latest version for OIDC support
26-
run: npm install -g npm@latest
25+
- name: Pin npm for trusted publishing
26+
run: npm install -g npm@11.10.0
2727

2828
- name: Determine release tag
2929
id: release_tag

0 commit comments

Comments
 (0)