diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72e9964..4ab058b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: fetch-depth: 0 - name: Set up Node.js environment - uses: actions/setup-node@v5.0.0 + uses: actions/setup-node@v6.0.0 with: node-version: ${{ matrix.node-version.value }} cache: npm