diff --git a/.github/workflows/ci-test.yaml b/.github/workflows/ci-test.yaml index 6643c39..020b68a 100644 --- a/.github/workflows/ci-test.yaml +++ b/.github/workflows/ci-test.yaml @@ -110,7 +110,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: "20" cache: "npm" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index abdf355..5ce7457 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -55,7 +55,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: "20" cache: "npm"