Skip to content

Commit 00d4143

Browse files
committed
Testing install in CI deploy with reverting to Node 20
1 parent c845720 commit 00d4143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Node
3131
uses: actions/setup-node@v3
3232
with:
33-
node-version: '22'
33+
node-version: '20'
3434
cache: 'pnpm'
3535

3636
- name: Install dependencies

0 commit comments

Comments
 (0)