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 dc93c76 commit 01e5e27Copy full SHA for 01e5e27
.github/workflows/continuous-integration.yaml
@@ -63,7 +63,7 @@ jobs:
63
- name: Use Node.js 18
64
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
65
with:
66
- node-version: 18.20.8
+ node-version: 24.10.0
67
- name: Bootstrap project
68
run: npm ci --ignore-scripts
69
- name: Verify code linting
@@ -79,7 +79,7 @@ jobs:
79
80
81
82
83
84
85
- name: Verify commit linting
0 commit comments