diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49a2b8d1..284d967f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: pull_request: {} env: - PNPM_VERSION: 7.18.2 + PNPM_VERSION: 8.6.0 concurrency: group: ci-${{ github.head_ref || github.ref }} @@ -27,7 +27,7 @@ jobs: - name: Install Node uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 16.x cache: pnpm - name: Install Dependencies run: pnpm install @@ -48,7 +48,7 @@ jobs: - name: Install Node uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 16.x cache: pnpm - name: Install Dependencies run: pnpm install @@ -84,7 +84,7 @@ jobs: - name: Install Node uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 16.x cache: pnpm - name: Install Dependencies run: pnpm install diff --git a/package.json b/package.json index fc683022..dc48afbe 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "webpack": "5.75.0" }, "engines": { - "node": "12.* || >= 14.*" + "node": "12.* || >= 16.*" }, "changelog": { "repo": "mainmatter/ember-promise-modals",