We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92f959 commit 44bbf3eCopy full SHA for 44bbf3e
1 file changed
.github/workflows/nodejs.yml
@@ -3,7 +3,6 @@ name: CI
3
on:
4
push:
5
branches: [ master ]
6
-
7
pull_request:
8
9
@@ -14,3 +13,5 @@ jobs:
14
13
with:
15
os: 'ubuntu-latest, macos-latest, windows-latest'
16
version: '16, 18, 20, 22'
+ secrets:
17
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments