mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
ci(js): aaargg the url
This commit is contained in:
parent
f1715f46e7
commit
003711c9c0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/javascript.yml
vendored
2
.github/workflows/javascript.yml
vendored
|
@ -53,7 +53,7 @@ jobs:
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
registry-url: https://npmjs.org/
|
registry-url: 'https://registry.npmjs.org'
|
||||||
- run: npm install
|
- run: npm install
|
||||||
working-directory: dist/js/publish
|
working-directory: dist/js/publish
|
||||||
- run: npx napi build --cargo-cwd=../../.. --platform --features=js
|
- run: npx napi build --cargo-cwd=../../.. --platform --features=js
|
||||||
|
|
Loading…
Reference in a new issue