From e86af276c0069843e773d0eb3c52fb921e88c41f Mon Sep 17 00:00:00 2001 From: Ryunosuke Sato Date: Tue, 7 Apr 2026 14:23:33 +0900 Subject: [PATCH] Update Node.js version to fix CI ``` error mktemp@2.0.2: The engine "node" is incompatible with this module. Expected version "20 || 22 || 24". Got "18.20.8" error Found incompatible module. ``` https://github.com/tricknotes/ember-cli-rails-assets/actions/runs/24065729896/job/70191312530?pr=31#step:7:50 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cca449..63b1cf6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - name: Install NodeJS uses: actions/setup-node@v2 with: - node-version: "18.x" + node-version: "20.x" - name: Setup Google Chrome uses: browser-actions/setup-chrome@latest