Skip to content

Commit 6047217

Browse files
Chore/upgrade apollo (#377)
* chore(deps): bump @apollo/server from 4.13.0 to 5.5.0
1 parent 9f05520 commit 6047217

5 files changed

Lines changed: 11184 additions & 25351 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)