From 23f8803725ac048151320c9873f702fc8937c6fe Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 1 Jan 2021 17:53:15 +0700 Subject: [PATCH] Fix typo --- app/templates/github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/github/workflows/main.yml b/app/templates/github/workflows/main.yml index 8dc7327..61d2c0a 100644 --- a/app/templates/github/workflows/main.yml +++ b/app/templates/github/workflows/main.yml @@ -21,6 +21,6 @@ jobs: - run: npm install - run: npm test<% if (codecov) { %> - uses: codecov/codecov-action@v1 - if: matrix.os == 'ubuntu-latest' && matrix.node_version == 14 + if: matrix.os == 'ubuntu-latest' && matrix.node-version == 14 with: fail_ci_if_error: true<% } %>