diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c0ea1c0..c0542b5 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -15,9 +15,11 @@ jobs: - name: Set up NodeJS uses: actions/setup-node@v4 + with: + node-version-file: '.nvmrc' - name: Install dependencies - run: npm install + run: npm ci - name: Run tests run: npm test