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 6a74b57 commit d6c2d25Copy full SHA for d6c2d25
.github/workflows/workflow.yaml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
18
with:
19
- node-version: 22.18.0
+ node-version: 22.19.0
20
- run: yarn
21
- run: yarn test
22
- name: Upload Coverage Report
@@ -34,6 +34,6 @@ jobs:
34
35
36
37
38
39
- run: yarn lint
0 commit comments