File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -92,9 +92,9 @@ workflows:
9292 matrix :
9393 parameters :
9494 node-version :
95- - " 16"
9695 - " 18"
9796 - " 20"
97+ - " 22"
9898 - Full incremental delivery tests with graphql-js 17 canary
9999 - Prettier
100100 - Lint
Original file line number Diff line number Diff line change 11{
22 "sandboxes" : [" apollo-server-koa-js" , " apollo-server-koa-ts" ],
3- "node" : " 18 "
3+ "node" : " 20 "
44}
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717 fetch-depth : 0
1818
19- - name : Setup Node.js 16 .x
19+ - name : Setup Node.js 18 .x
2020 uses : actions/setup-node@v4
2121 with :
22- node-version : 16 .x
22+ node-version : 18 .x
2323
2424 - name : Install Dependencies
2525 run : npm i
You can’t perform that action at this time.
0 commit comments