Skip to content

Commit

Permalink
#19837 Update node version in cicd (#1853)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmontes authored Jan 24, 2022
1 parent 1edfd05 commit 30f7283
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Configuring Node.js
uses: actions/setup-node@v2-beta
with:
node-version: '10.15.3'
node-version: '16.13.2'
- name: Installing dependencies
run: |
npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_dotcms_ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Configuring Node.js
uses: actions/setup-node@v2-beta
with:
node-version: '10.15.3'
node-version: '16.13.2'
- name: Installing dependencies
run: |
# Get Branch Name
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_webcomponents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Configuring Node.js
uses: actions/setup-node@v2-beta
with:
node-version: '10.15.3'
node-version: '16.13.2'
- name: Installing dependencies
run: |
# Get Branch Name
Expand Down

0 comments on commit 30f7283

Please sign in to comment.