Skip to content

Commit 4c086e6

Browse files
committed
fix(ci): attempt ci fix
1 parent c6d7fda commit 4c086e6

File tree

2 files changed

+57
-40
lines changed

2 files changed

+57
-40
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# Cache node_modules
2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: 22
30+
node-version: 20
3131
cache: 'npm'
3232

3333
- run: npm ci

0 commit comments

Comments
 (0)