We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3258b7e commit 65b5789Copy full SHA for 65b5789
.github/workflows/nodejs.yml
@@ -11,5 +11,6 @@ jobs:
11
name: Node.js
12
uses: node-modules/github-actions/.github/workflows/node-test.yml@master
13
with:
14
- os: 'ubuntu-latest'
15
version: '18.19.0, 18, 20, 22'
+ secrets:
16
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments