Skip to content

Commit 08d9cba

Browse files
committed
update Node.js version to 22 in build workflow
1 parent 17f2e93 commit 08d9cba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 20
21+
node-version: 22
2222
cache: yarn
2323

2424
- name: Force git to use HTTPS

0 commit comments

Comments
 (0)