Skip to content

Commit 42493a9

Browse files
committed
Update the node version in GitHub Actions
1 parent 4177ab7 commit 42493a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

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

2323
- name: Install dependencies
2424
run: yarn install

0 commit comments

Comments
 (0)