diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab882a9f..8b80ae16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: "20.12.2" + node-version-file: ".nvmrc" - run: npm ci - run: npm test