Skip to content

Commit d7a341c

Browse files
committed
Fix node-version in CI
1 parent 844cb1e commit d7a341c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: ⎔ Setup Node
108108
uses: actions/setup-node@v4
109109
with:
110-
node-version: 20
110+
node-version: 18
111111

112112
- name: 📥 Install dependencies
113113
run: npm install --legacy-peer-deps

0 commit comments

Comments
 (0)