Skip to content

Commit a499bad

Browse files
authored
Try to fix NPM deployment once more (#574)
Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent 18c2bdf commit a499bad

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/package.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,6 @@ jobs:
186186
id-token: write
187187
steps:
188188
- uses: actions/checkout@v4
189-
- uses: actions/setup-node@v4
190-
with:
191-
node-version: '22.x'
192-
registry-url: 'https://registry.npmjs.org'
193189
- run: sudo npm install --global [email protected]
194190
- run: npm --version
195191
- run: npm whoami

0 commit comments

Comments
 (0)