We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f4194 commit 3a7688eCopy full SHA for 3a7688e
.github/workflows/continuous-integration.yaml
@@ -63,7 +63,7 @@ jobs:
63
- name: Use Node.js 22
64
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
65
with:
66
- node-version: 22.22.0
+ node-version: 22.22.1
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