Skip to content

Commit

Permalink
Merge pull request #776 from dbmi-bgm/onr_node_20_upgrade
Browse files Browse the repository at this point in the history
Node v20 Upgrade
  • Loading branch information
Onurcankaratay authored Nov 19, 2024
2 parents 016ba44 + a7f1522 commit 6194231
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cypress-tests-mgb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ on:
jobs:
cypress-run:
# The type of runner that the job will run on
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false # suggested by Cypress
matrix:
containers: [1, 2, 3, 4, 5]
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'

# Runs a set of commands using the runners shell
- name: Install
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/cypress-tests-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ on:
jobs:
cypress-run:
# The type of runner that the job will run on
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false # suggested by Cypress
matrix:
containers: [1, 2, 3, 4, 5]
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'

# Runs a set of commands using the runners shell
- name: Install
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ cgap-portal
Change Log
----------

16.1.0
=====

`PR 776: Node v20 Upgrade <https://github.com/dbmi-bgm/cgap-portal/pull/776>`_

* Node 18 to 20 upgrade including GitHub actions


16.0.0
=======

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
# Note: Various modules refer to this system as "encoded", not "cgap-portal".
name = "encoded"
version = "16.0.0"
version = "16.1.0"
description = "Computational Genome Analysis Platform"
authors = ["4DN-DCIC Team <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 6194231

Please sign in to comment.