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 0c5b0a2 commit 3952293Copy full SHA for 3952293
.github/workflows/continuous-integration.yaml
@@ -42,7 +42,7 @@ jobs:
42
- uses: actions/checkout@v5
43
- uses: actions/setup-node@v6
44
with:
45
- node-version: 22 # LTS
+ node-version: 24 # 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