diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78891783f..3866a4e8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 - name: Setup Nodejs - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version-file: '.nvmrc' - name: Install dependencies