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