diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed74c1a..65c330e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Install Node uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x cache: yarn - name: Install Dependencies run: yarn install --frozen-lockfile @@ -43,7 +43,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x cache: yarn - name: Install Dependencies run: yarn install --no-lockfile @@ -81,7 +81,7 @@ jobs: - name: Install Node uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x cache: yarn - name: Install Dependencies run: yarn install --frozen-lockfile diff --git a/package.json b/package.json index dbdd0c8..e108528 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" }, "engines": { - "node": ">= 18" + "node": ">= 20" }, "ember": { "edition": "octane"