From c6c15fe33481c94c7c3d3a2c6248570617ce2de6 Mon Sep 17 00:00:00 2001 From: cesine Date: Sun, 20 Feb 2022 19:20:02 +0200 Subject: [PATCH] cant install with node16 so cant add coveralls at the moment --- .github/workflows/node.js.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 49023b9..7649d37 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -31,10 +31,10 @@ jobs: - run: npm run lint:es6 - run: npm run test:ci - - name: Coveralls - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.GITHUB_TOKEN }} + #- name: Coveralls + # uses: coverallsapp/github-action@master + # with: + # github-token: ${{ secrets.GITHUB_TOKEN }} - run: npm run build:production - run: npm run test