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 178b366 commit 82c6584Copy full SHA for 82c6584
.github/workflows/publish.yml
@@ -22,11 +22,7 @@ jobs:
22
- name: Use Node.js
23
uses: actions/setup-node@v1
24
with:
25
- node-version: 12.x
26
-
27
- # Update npm to v7
28
- - name: Update npm v7
29
- run: npm install -g npm@latest
+ node-version: 16.x
30
31
# Build the site
32
- name: Install npm packages
.github/workflows/update-cli.yml
@@ -23,11 +23,7 @@ jobs:
# Add the CLI documentation to the content directory.
33
0 commit comments