From cd9cd9eac891f99a6ce4b83cfbb6d92e31c55aad Mon Sep 17 00:00:00 2001 From: Max Kasperowski Date: Mon, 6 May 2024 13:09:00 +0200 Subject: [PATCH] update ci to use node 20 see https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ and https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/ --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8504951..5aaa591 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: java-version: [ 11 ] - node-version: [ 12.x ] + node-version: [ 20.x ] steps: # Checkout the repository of both elk and elkjs, place them next to each other.