forked from kubernetes/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump nodejs from 12.x to 14.16.1 (kubernetes#6005)
* Bump nodejs from 12.x to 14.16.1 Also, bump babel from 6 to 7. * Updte package.json
- Loading branch information
Showing
19 changed files
with
602 additions
and
2,007 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"presets": ["env"] | ||
"presets": ["@babel/preset-env"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ jobs: | |
- name: Setup NodeJS | ||
uses: actions/[email protected] | ||
with: | ||
node-version: 12.6.0 | ||
node-version: 14.16.1 | ||
|
||
- name: Cache Node Modules | ||
uses: actions/cache@v2 | ||
|
@@ -99,7 +99,7 @@ jobs: | |
- name: Setup NodeJS | ||
uses: actions/[email protected] | ||
with: | ||
node-version: 12.6.0 | ||
node-version: 14.16.1 | ||
|
||
- name: Cache Node Modules | ||
uses: actions/cache@v2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
- name: Setup NodeJS | ||
uses: actions/[email protected] | ||
with: | ||
node-version: 12.6.0 | ||
node-version: 14.16.1 | ||
|
||
- name: Cache Node Modules | ||
uses: actions/cache@v2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ jobs: | |
- name: Setup NodeJS | ||
uses: actions/[email protected] | ||
with: | ||
node-version: 12.6.0 | ||
node-version: 14.16.1 | ||
|
||
- name: Cache Node Modules | ||
uses: actions/cache@v2 | ||
|
@@ -109,7 +109,7 @@ jobs: | |
- name: Setup NodeJS | ||
uses: actions/[email protected] | ||
with: | ||
node-version: 12.6.0 | ||
node-version: 14.16.1 | ||
|
||
- name: Cache Node Modules | ||
uses: actions/cache@v2 | ||
|
@@ -164,7 +164,7 @@ jobs: | |
- name: Setup NodeJS | ||
uses: actions/[email protected] | ||
with: | ||
node-version: 12.6.0 | ||
node-version: 14.16.1 | ||
|
||
- name: Cache Node Modules | ||
uses: actions/cache@v2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.