diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb9612c..28cdc87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v6 - name: Set up Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: .nvmrc cache: npm