diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index b88900ab..638be61f 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -11,10 +11,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - name: Use Node.js 14.x - uses: actions/setup-node@v1 + - name: Setup Node.js + uses: actions/setup-node@v3 with: - node-version: 14 + check-latest: true + node-version-file: '.nvmrc' - name: Install run: npm ci - name: Test