From 4d22cd5e5fe8b9c221dbd4e566fd7d3174d39f76 Mon Sep 17 00:00:00 2001 From: Marine Dunstetter Date: Fri, 26 Aug 2022 09:29:00 +0200 Subject: [PATCH] ci: build with node 14 --- .github/workflows/ci.yml | 2 +- .github/workflows/tag-release-publish.yml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb39091..5613e8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: org: uses: DazzlingFugu/.github/.github/workflows/js--emberjs-addons.yml@master with: - node-version: 12 + node-version: 16 package-manager: yarn ember-try-scenarios: "[ 'ember-lts-3.20', diff --git a/.github/workflows/tag-release-publish.yml b/.github/workflows/tag-release-publish.yml index cb51627..4a9e3cc 100644 --- a/.github/workflows/tag-release-publish.yml +++ b/.github/workflows/tag-release-publish.yml @@ -21,7 +21,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} uses: DazzlingFugu/.github/.github/workflows/js--tag-release-publish.yml@master with: - node-version: 12 + node-version: 16 package-manager: yarn secrets: npm-automation-token: ${{ secrets.NPM_AUTOMATION_TOKEN }} diff --git a/package.json b/package.json index b0c1670..87570f7 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "clean-css": "4.2.1" }, "engines": { - "node": "12.* || 14.* || >= 16" + "node": "12.* || 14.* || 16.* || >= 18" }, "ember": { "edition": "octane"