Skip to content

Commit fd27abb

Browse files
Update codecov.yml
1 parent edfce03 commit fd27abb

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/codecov.yml

+1-12
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [20.x, 21.x, 22.x]
16+
node-version: [18.x, 20.x, 21.x]
1717

1818
steps:
1919
- name: Checkout repository
@@ -31,17 +31,6 @@ jobs:
3131
- name: Install dependencies
3232
run: npm install
3333

34-
- name: Wait for secrets
35-
uses: step-security/wait-for-secrets@v1.2.0
36-
id: get-otp
37-
with:
38-
secrets: |
39-
DUMMY_SECRET:
40-
name: 'Dummy secret'
41-
description: 'Dummy secret to demo wait-for-secrets'
42-
- run: |
43-
echo ${{ steps.get-otp.outputs.DUMMY_SECRET }}
44-
4534
- name: Run tests
4635
run: npm run test
4736

0 commit comments

Comments
 (0)