diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml index e9e219cb..d97ed74e 100644 --- a/.github/workflows/verify.yaml +++ b/.github/workflows/verify.yaml @@ -10,6 +10,9 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version-file: .nvmrc + node-version-file: '.nvmrc' + cache: 'npm' + - name: Install npm modules + run: npm ci - name: Test run: npm test