diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index fc4d8414..ac96de1a 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -31,7 +31,7 @@ jobs: - name: Setup Node and Caching uses: actions/setup-node@v3 with: - node-version: "16" + node-version-file: '.nvmrc' cache: "npm" cache-dependency-path: infrastructure/package-lock.json