File tree Expand file tree Collapse file tree 5 files changed +3023
-4076
lines changed
src/views/Main/Workspace/Tabs/Tab/DataView/Chart Expand file tree Collapse file tree 5 files changed +3023
-4076
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
- name : Use Node.js
15
15
uses : actions/setup-node@v1
16
16
with :
17
- node-version : 10 .x
17
+ node-version : 16 .x
18
18
19
19
- name : Update npm
20
- run : npm install -g npm@7
20
+ run : npm install -g npm@8
21
21
22
22
- name : npm install and build
23
23
run : |
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
17
17
- name : Use Node.js
18
18
uses : actions/setup-node@v1
19
19
with :
20
- node-version : 10 .x
20
+ node-version : 16 .x
21
21
- name : Install browsers
22
22
run : |
23
23
export DEBIAN_FRONTEND=noninteractive
24
24
sudo apt-get update
25
25
sudo apt-get install -y chromium-browser firefox
26
26
27
27
- name : Update npm
28
- run : npm install -g npm@7
28
+ run : npm install -g npm@8
29
29
30
30
- name : Install the project
31
31
run : npm install
You can’t perform that action at this time.
0 commit comments