diff --git a/.github/workflows/build-common.yml b/.github/workflows/build-common.yml index 54717788ba1f..4eaf9f333c83 100644 --- a/.github/workflows/build-common.yml +++ b/.github/workflows/build-common.yml @@ -281,11 +281,11 @@ jobs: distribution: temurin java-version-file: .java-version - # vaadin 14 tests fail with node 18 - name: Set up Node uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 with: - node-version: 16 + # vaadin 14 tests fail with node 18 + node-version: 16 # renovate: ignore # vaadin tests use pnpm - name: Cache pnpm modules diff --git a/settings.gradle.kts b/settings.gradle.kts index a3762fd85e98..b3ff9cbd0215 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -7,7 +7,7 @@ pluginManagement { id("org.jetbrains.kotlin.jvm") version "2.2.20" id("org.xbib.gradle.plugin.jflex") version "3.0.2" id("com.github.bjornvester.xjc") version "1.8.2" - id("org.graalvm.buildtools.native") version "0.11.0" + id("org.graalvm.buildtools.native") version "0.11.1" id("com.google.osdetector") version "1.7.3" id("com.google.protobuf") version "0.9.5" }