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 92a199d commit 603f2dfCopy full SHA for 603f2df
.github/workflows/continuous-integration.yaml
@@ -42,7 +42,7 @@ jobs:
42
- uses: actions/checkout@v4
43
- uses: actions/setup-node@v4
44
with:
45
- node-version: 20 # LTS
+ node-version: 22 # LTS
46
- run: npm ci --ignore-scripts
47
- name: Verify code linting
48
run: npx --no eslint .
@@ -57,7 +57,7 @@ jobs:
57
fetch-depth: 0
58
59
60
61
62
- name: Verify commit linting
63
run: npx --no -p @commitlint/cli commitlint --from origin/master --to HEAD --verbose
0 commit comments