diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9967df1..af51940 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,7 +131,7 @@ jobs: uses: actions/checkout@v6 - name: Set up Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "20" cache: npm