tools: update node in actions (#63)

Myles Borins committed Jan 21, 2022 at 10:57 UTC 82c6584d11cd8d9449a19bf9a56a2881b92cb56a
2 files changed +2 -10
.github/workflows/publish.yml
+1 -5
@@ -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
25 + node-version: 16.x
26
27 # Build the site
28 - name: Install npm packages
.github/workflows/update-cli.yml
+1 -5
@@ -23,11 +23,7 @@ jobs:
23 - name: Use Node.js
24 uses: actions/setup-node@v1
25 with:
26 - node-version: 12.x
27 -
28 - # Update npm to v7
29 - - name: Update npm v7
30 - run: npm install -g npm@latest
26 + node-version: 16.x
27
28 # Add the CLI documentation to the content directory.
29 - name: Install npm packages