Skip to content

Commit 39d43c5

Browse files
committed
chore: update ci config
1 parent 3c7de75 commit 39d43c5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.codesandbox/ci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"sandboxes": ["apollo-server-koa-js", "apollo-server-koa-ts"],
3-
"node": "18"
3+
"node": "20"
44
}

.github/workflows/release-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)