From 93d71b7591ac502817d8be762c115d2c6a6d6618 Mon Sep 17 00:00:00 2001 From: Felix Scholze Date: Sun, 7 Aug 2022 23:02:14 +0200 Subject: [PATCH] ci: update test coveralls wf --- .github/workflows/test-coveralls.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: |