Skip to content

Commit e155328

Browse files
committed
Update ci
1 parent ac8fac2 commit e155328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,14 @@ jobs:
132132
- name: Set up Node
133133
uses: actions/setup-node@v6
134134
with:
135-
node-version: 20
135+
node-version: 22
136136
registry-url: "https://registry.npmjs.org"
137-
always-auth: true
138137

139138
- name: Upload NPM package
140139
run: |
141140
mv release-artifacts/clients/typescript/tinystan-js-${{ inputs.new_version }}.tgz clients/typescript
142141
cd clients/typescript
142+
npm install -g npm@latest
143143
npm publish tinystan-js-${{ inputs.new_version }}.tgz
144144
145145
# - name: Create JuliaRegistration comment

0 commit comments

Comments
 (0)