Skip to content

Commit 44bbf3e

Browse files
committed
f
1 parent c92f959 commit 44bbf3e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: CI
33
on:
44
push:
55
branches: [ master ]
6-
76
pull_request:
87
branches: [ master ]
98

@@ -14,3 +13,5 @@ jobs:
1413
with:
1514
os: 'ubuntu-latest, macos-latest, windows-latest'
1615
version: '16, 18, 20, 22'
16+
secrets:
17+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)