From 14821a3d2af6ed47a10946d703be505eb571ef81 Mon Sep 17 00:00:00 2001 From: Katie Gengler Date: Fri, 5 Jul 2024 16:26:52 -0400 Subject: [PATCH] Drop Node 16 --- .github/actions/setup/action.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 48ebbcc9df6..6fabf3ceac0 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -12,11 +12,11 @@ runs: name: Install pnpm with: version: 8 - run_install: false + run_install: false - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 registry-url: 'https://registry.npmjs.org' cache: pnpm - uses: actions/cache@v3 diff --git a/package.json b/package.json index 833c32aed10..977dc273b47 100644 --- a/package.json +++ b/package.json @@ -171,7 +171,7 @@ "@glimmer/component": "^1.1.2" }, "engines": { - "node": ">= 16.*" + "node": ">= 18.*" }, "ember-addon": { "after": "ember-cli-legacy-blueprints"