We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df7f31 commit 96df4a3Copy full SHA for 96df4a3
.github/workflows/js-examples.yml
@@ -96,7 +96,7 @@ jobs:
96
- name: Use Nightly package.json in Windows
97
if: matrix.release == 'nightly' && matrix.os == 'windows-latest'
98
working-directory: ./examples/javascript
99
- run: Move-Item -Path package.nightly.json -Destination package.json
+ run: Move-Item -Path package.nightly.json -Destination package.json -Force
100
- name: Install Requirements
101
102
run: npm install
0 commit comments