Skip to content

Commit 69fd0f1

Browse files
chore: update node.js to v22.20.0
1 parent a66ef97 commit 69fd0f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js
1616
uses: actions/setup-node@v6
1717
with:
18-
node-version: 22.x
18+
node-version: 22.20.0
1919
- name: Install dependencies
2020
run: npm install
2121
- name: Lint files

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
@@ -53,7 +53,7 @@
5353
"testEnvironment": "node"
5454
},
5555
"engines": {
56-
"node": "22.x",
56+
"node": "22.20.0",
5757
"npm": "10.x"
5858
}
5959
}

0 commit comments

Comments
 (0)