We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 693342d + 3abb64a commit dda53f7Copy full SHA for dda53f7
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
fetch-depth: 0
17
- uses: actions/setup-node@v4
18
with:
19
- node-version: 20
+ node-version: 22
20
- run: npm ci
21
- name: Lint commits
22
run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/checkout@v4
28
29
30
31
32
- run: npm test
33
- run: npm run build
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
registry-url: https://registry.npmjs.org
54
55
0 commit comments