Skip to content

Commit c3af86c

Browse files
committed
Ignore problematic node update
1 parent 2e9e215 commit c3af86c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,11 +281,11 @@ jobs:
281281
distribution: temurin
282282
java-version-file: .java-version
283283

284-
# vaadin 14 tests fail with node 18
285284
- name: Set up Node
286285
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
287286
with:
288-
node-version: 16
287+
# vaadin 14 tests fail with node 18
288+
node-version: 16 # renovate: ignore
289289

290290
# vaadin tests use pnpm
291291
- name: Cache pnpm modules

0 commit comments

Comments
 (0)