diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c5d40a8..3b2039d 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@master - uses: actions/setup-node@master with: - version: 16.x + node-version: 18.x - run: npm install - run: make test-coverage-${{ matrix.test_number }} - name: Coveralls