From 15968b8d14e53cb7680b5c54ea66568813b8398a Mon Sep 17 00:00:00 2001 From: Gabor Babicz Date: Wed, 31 May 2023 16:40:46 +0200 Subject: [PATCH] Bump pnpm & node versions --- .github/workflows/ci.yml | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49a2b8d1..22375d20 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: 18.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",