Skip to content

Commit

Permalink
Update dependencies (#2)
Browse files Browse the repository at this point in the history
* Update dependencies

* Update workflow

* Update package-lock.json

* Update package-lock.json

* Fix tests by locking cheerio
  • Loading branch information
alexander-veit authored Dec 8, 2022
1 parent 90024aa commit fe283d2
Show file tree
Hide file tree
Showing 7 changed files with 21,454 additions and 8,295 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:

strategy:
matrix:
node-version: [12.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: sudo apt-get install xvfb
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 16
- run: sudo apt-get install xvfb
- run: npm ci
- run: npm run build --if-present
Expand All @@ -27,10 +27,10 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run prerelease
Expand Down
1 change: 0 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module.exports = function(config) {
'node_modules/react-dom/umd/react-dom.development.js',
'node_modules/pixi.js/dist/pixi.js',
'node_modules/react-bootstrap/dist/react-bootstrap.js',
'node_modules/bootstrap/dist/css/bootstrap.min.css',
'test/SVGExportTests.js',
'test/ClinvarTests.js',
'node_modules/higlass/dist/hglib.css',
Expand Down
Loading

0 comments on commit fe283d2

Please sign in to comment.