Skip to content

Commit

Permalink
feat(project): update node version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
InteractiveTimmy authored and chrisadubois committed Oct 26, 2023
1 parent b0afa36 commit 3af9bc1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Environment
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x
check-latest: true

- name: Install Dependencies
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Setup Environment
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x
check-latest: true

- name: Uncache Dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Environment
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x
check-latest: true

- name: Install Dependencies
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Setup Environment
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x
check-latest: true

- name: Uncache Dependencies
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup Environment
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x
check-latest: true

- name: Validate Dependencies
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Setup Environment
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x
check-latest: true

- name: Uncache Dependencies
Expand All @@ -115,7 +115,7 @@ jobs:
- name: Setup Environment
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x
check-latest: true

- name: Uncache Dependencies
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Setup Environment
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x
check-latest: true

- name: Uncache Dependencies
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
- name: Setup Environment
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x
check-latest: true

- name: Uncache Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.17
v16.20.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Cisco Systems, Inc.",
"homepage": "http://momentum.design",
"engines": {
"node": ">=14.17.x"
"node": ">=16.20.x"
},
"keywords": [
"Cisco",
Expand Down

0 comments on commit 3af9bc1

Please sign in to comment.