Skip to content

Commit 378b9fb

Browse files
committed
#113 upgrade plotly
1 parent 244ba9e commit 378b9fb

File tree

5 files changed

+3023
-4076
lines changed

5 files changed

+3023
-4076
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
- name: Use Node.js
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: 10.x
17+
node-version: 16.x
1818

1919
- name: Update npm
20-
run: npm install -g npm@7
20+
run: npm install -g npm@8
2121

2222
- name: npm install and build
2323
run: |

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
- name: Use Node.js
1818
uses: actions/setup-node@v1
1919
with:
20-
node-version: 10.x
20+
node-version: 16.x
2121
- name: Install browsers
2222
run: |
2323
export DEBIAN_FRONTEND=noninteractive
2424
sudo apt-get update
2525
sudo apt-get install -y chromium-browser firefox
2626
2727
- name: Update npm
28-
run: npm install -g npm@7
28+
run: npm install -g npm@8
2929

3030
- name: Install the project
3131
run: npm install

0 commit comments

Comments
 (0)