Skip to content

Commit 2b90d2d

Browse files
committed
Merge branch 'integration202605' of https://github.com/uc-cdis/guppy into stable
2 parents aeaad2a + 6047217 commit 2b90d2d

5 files changed

Lines changed: 11187 additions & 25355 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
name: NPM Unit Test
3232
uses: uc-cdis/.github/.github/workflows/npm_unit_test.yaml@master
3333
with:
34-
node-version: '16'
35-
npm-version: '8'
34+
node-version: '20'
35+
npm-version: '10'
3636
pre-test: 'COMMIT=`git rev-parse HEAD` && echo "export const gitCommit = \"${COMMIT}\";" >server/version.js && VERSION=`git describe --always --tags` && echo "export const gitVersion =\"${VERSION}\";" >>server/version.js'
3737
post-test: 'npm run eslint'

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
20

0 commit comments

Comments
 (0)