From c782f0c09093c5c743722934aada799095bd4a33 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Wed, 10 Apr 2024 17:11:05 +0100 Subject: [PATCH] Drop node 16 --- .github/workflows/ci.yml | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fdfbbb1..9499f56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Install Node uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x cache: yarn - name: Install Dependencies run: yarn install --frozen-lockfile @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x cache: yarn - name: Install Dependencies run: yarn install --no-lockfile @@ -73,7 +73,7 @@ jobs: - name: Install Node uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x cache: yarn - name: Install Dependencies run: yarn install --frozen-lockfile diff --git a/package.json b/package.json index 1345489..8eb7be2 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "ember-source": "^3.28.11 || ^4.0.0 || ^5.0.0" }, "engines": { - "node": "16.* || >= 18" + "node": ">= 18" }, "publishConfig": { "registry": "https://registry.npmjs.org"