We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edfce03 commit fd27abbCopy full SHA for fd27abb
.github/workflows/codecov.yml
@@ -13,7 +13,7 @@ jobs:
13
14
strategy:
15
matrix:
16
- node-version: [20.x, 21.x, 22.x]
+ node-version: [18.x, 20.x, 21.x]
17
18
steps:
19
- name: Checkout repository
@@ -31,17 +31,6 @@ jobs:
31
- name: Install dependencies
32
run: npm install
33
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
-
45
- name: Run tests
46
run: npm run test
47
0 commit comments