From 78994262e39b5507287f3c15d59ba3982ae62e38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Adler?= Date: Tue, 12 Nov 2024 09:54:03 +0100 Subject: [PATCH] update actions --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3faf67b..13bd42a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,11 +17,16 @@ jobs: uses: actions/checkout@v4 - name: Set up JDK - uses: actions/setup-java@v2 + uses: actions/setup-java@v4 with: java-version: 11 distribution: adopt + - name: Set up nodejs + uses: actions/setup-node@v4 + with: + node-version: 20 + - name: Set up chrome uses: browser-actions/setup-chrome@v1 with: