Skip to content

Commit 82c6584

Browse files
authored
tools: update node in actions (npm#63)
1 parent 178b366 commit 82c6584

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ jobs:
2222
- name: Use Node.js
2323
uses: actions/setup-node@v1
2424
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
3026

3127
# Build the site
3228
- name: Install npm packages

.github/workflows/update-cli.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@ jobs:
2323
- name: Use Node.js
2424
uses: actions/setup-node@v1
2525
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
3127

3228
# Add the CLI documentation to the content directory.
3329
- name: Install npm packages

0 commit comments

Comments
 (0)