From 1ef47125578f4b83f48d9af813cb08e312334999 Mon Sep 17 00:00:00 2001 From: Philipp Melab Date: Tue, 25 Jun 2024 15:51:16 +0200 Subject: [PATCH] test: increase node version --- .github/actions/setup/action.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 5021f5e77..2cae15734 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -6,7 +6,7 @@ runs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/package.json b/package.json index 2ad0d76fe..fd6f5c711 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "license": "MIT", "author": "Amazee Labs ", "engines": { - "node": "^18.19.0", + "node": "^20", "pnpm": "8.6.12" }, "scripts": {