Skip to content

Commit

Permalink
fix: set up auth for client-wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
pablojhl committed Feb 6, 2025
1 parent f87ee55 commit 1fce6d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
if: matrix.pkg.package-name == 'client-wasm' && steps.check-version.outputs.local_version_is_higher == 'true'

- uses: actions/setup-node@v4
if: matrix.pkg.package-name != 'client-wasm' && steps.check-version.outputs.local_version_is_higher == 'true'
with:
node-version: "23.0"
registry-url: "https://registry.npmjs.org"
Expand Down

0 comments on commit 1fce6d5

Please sign in to comment.