Skip to content

Commit 069c1d8

Browse files
committed
ci: Standardize Node.js version to 22 across all environments.
1 parent 714170f commit 069c1d8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: "🟢 Set up Node.js"
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: "20.17.x"
25+
node-version: "22"
2626
cache: "npm"
2727

2828
- name: "🛠 Install commitlint"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"description": "MicroPython driver library for the STeaMi board.",
55
"engines": {
6-
"node": ">=20.17"
6+
"node": ">=22"
77
},
88
"scripts": {
99
"build": "make build",

0 commit comments

Comments
 (0)