Skip to content

Commit

Permalink
#113 upgrade plotly
Browse files Browse the repository at this point in the history
  • Loading branch information
lana-k committed Sep 23, 2024
1 parent 244ba9e commit 378b9fb
Show file tree
Hide file tree
Showing 5 changed files with 3,023 additions and 4,076 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 16.x

- name: Update npm
run: npm install -g npm@7
run: npm install -g npm@8

- name: npm install and build
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 16.x
- name: Install browsers
run: |
export DEBIAN_FRONTEND=noninteractive
sudo apt-get update
sudo apt-get install -y chromium-browser firefox
- name: Update npm
run: npm install -g npm@7
run: npm install -g npm@8

- name: Install the project
run: npm install
Expand Down
Loading

0 comments on commit 378b9fb

Please sign in to comment.