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 6a3d462 commit 527e22dCopy full SHA for 527e22d
.github/workflows/main.yaml
@@ -21,7 +21,7 @@ jobs:
21
- name: Use Node.js 20.x
22
uses: actions/setup-node@v5
23
with:
24
- node-version: '22.x'
+ node-version: '24.x'
25
- run: npm install
26
- run: npm test
27
# - uses: codecov/codecov-action@v4
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
- name: extracting last commit message
44
run: |
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
67
68
69
0 commit comments