Skip to content

Commit

Permalink
Merge origin/main
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Sep 1, 2024
2 parents 427f575 + 9baea49 commit f3afd08
Show file tree
Hide file tree
Showing 2,689 changed files with 128,943 additions and 185,478 deletions.
21 changes: 0 additions & 21 deletions .eslintignore

This file was deleted.

132 changes: 0 additions & 132 deletions .eslintrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
contact_links:
- name: Ask question
url: https://github.com/GMOD/jbrowse-components/discussions/category_choices
url: https://github.com/GMOD/jbrowse-components/discussions/new/choose
about: Ask a question or get some help
8 changes: 4 additions & 4 deletions .github/workflows/desktop_build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
name: Build Linux desktop app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
uses: actions/setup-node@v2
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: '14'
node-version: '20'
- name: Install deps (with cache)
uses: bahmutov/npm-install@v1
- name: Install build deps
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/desktop_build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ jobs:
name: Build Mac desktop app
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
uses: actions/setup-node@v2
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: '14'
- name: Install deps (with cache)
uses: bahmutov/npm-install@v1
node-version: '20'
- name: Install build deps
run: |
brew install pkg-config cairo pango libpng jpeg giflib librsvg
- name: Install deps (with cache)
uses: bahmutov/npm-install@v1
- name: Build app
env:
CSC_LINK: ${{ secrets.CSC_LINK }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/desktop_build_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
name: Build Windows desktop app
runs-on: ubuntu-latest
container:
image: docker://node:14-bullseye
image: docker://node:20-bullseye
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install deps (with cache)
uses: bahmutov/npm-install@v1
- name: Install wine
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/jbrowse-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
# This allows us to manually edit the release body text before publishing
draft: true
prerelease: false
- uses: actions/checkout@v2
- name: Use Node.js 14
uses: actions/setup-node@v1
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: '14'
node-version: '20'
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Install deps
Expand Down
41 changes: 0 additions & 41 deletions .github/workflows/pull_request.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/pull_request_label.yml

This file was deleted.

Loading

0 comments on commit f3afd08

Please sign in to comment.