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.
2 parents 46ea786 + b5f6487 commit b9bba8dCopy full SHA for b9bba8d
.github/workflows/release.yaml
@@ -84,7 +84,9 @@ jobs:
84
- name: Install Node.js
85
uses: actions/setup-node@v3
86
with:
87
- node-version: ${{ env.NODE_VERSION }}
+ node-version: ${{ env.NODE_VERSION }}
88
+ - name: Install npm dependencies
89
+ run: npm install
90
- name: Generate Spin JS SDK Docs
91
run: npm run docs
92
- name: Upload Spin JS SDK Docs as Artifact
0 commit comments