diff --git a/.github/workflows/test-coveralls.yml b/.github/workflows/test-coveralls.yml index 07fc9fe..bee3658 100644 --- a/.github/workflows/test-coveralls.yml +++ b/.github/workflows/test-coveralls.yml @@ -9,12 +9,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - - name: Use Node.js 10.x - uses: actions/setup-node@v1 + - name: Use Node.js LTS + uses: actions/setup-node@v3 with: - node-version: 10.x + node-version: 'lts/*' - name: npm install, make test-coverage run: |