diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db605f12aee..c0e8809dd16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 18.x cache: 'yarn' - name: Install JS dependencies diff --git a/.github/workflows/create_docker_image.yml b/.github/workflows/create_docker_image.yml index 9a3573ae8ac..c6b2c8cd0c9 100644 --- a/.github/workflows/create_docker_image.yml +++ b/.github/workflows/create_docker_image.yml @@ -31,7 +31,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 18.x cache: 'yarn' - name: Install JS dependencies diff --git a/.github/workflows/deploy-to-test-env.yml b/.github/workflows/deploy-to-test-env.yml index 0dc92013697..30bf891effc 100644 --- a/.github/workflows/deploy-to-test-env.yml +++ b/.github/workflows/deploy-to-test-env.yml @@ -38,7 +38,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 18.x cache: 'yarn' - name: Install JS dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index aafc7499e5b..4d9840efd51 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -42,7 +42,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 18.x cache: 'yarn' - name: Set environment variables diff --git a/.github/workflows/sync_translations.yml b/.github/workflows/sync_translations.yml index da40831e2f0..8392b6a97cb 100644 --- a/.github/workflows/sync_translations.yml +++ b/.github/workflows/sync_translations.yml @@ -22,7 +22,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 18.x cache: 'yarn' - name: Authenticate git clone diff --git a/package.json b/package.json index 77173b763f5..4e1139cf611 100644 --- a/package.json +++ b/package.json @@ -158,7 +158,7 @@ }, "engines": { "yarn": ">= 1.0.0", - "node": ">=16" + "node": ">=18" }, "license": "GPL-3.0", "lint-staged": {