From 542c1c0a40121afe7b0e0663eac1f631d1256866 Mon Sep 17 00:00:00 2001 From: Remy Willems Date: Wed, 18 Sep 2024 17:20:42 +0200 Subject: [PATCH] Update node used in CI (#499) --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4bd55a8..a7331e3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -110,9 +110,9 @@ jobs: uses: actions/checkout@v4 - name: "Prepare: Use Node.js ${{ matrix.node-version }}" - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: - node-version: v12.x + node-version: v22.x - name: "Prepare: Get Build Artifact" uses: actions/download-artifact@v4