Skip to content

Commit a61de6b

Browse files
committed
up node-version in ci
1 parent e7e8bd0 commit a61de6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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: Set up Node.js
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: '22'
18+
node-version: '22.x'
1919

2020
- name: Install dependencies
2121
run: npm ci

0 commit comments

Comments
 (0)