Skip to content

Commit 87505aa

Browse files
committed
fix: change node version
1 parent b74014a commit 87505aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Setup Node.js
6161
uses: actions/setup-node@v4
6262
with:
63-
node-version: 20.x
63+
node-version: ^20.x
6464
cache: "npm"
6565

6666
- name: Install npm

0 commit comments

Comments
 (0)