Skip to content

Commit f22b99b

Browse files
committed
🔧 chore: try to fix release
refs: actions/setup-node#213
1 parent 6f3ef32 commit f22b99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Node.js environment
4444
uses: actions/setup-node@v3
4545
with:
46-
node-version: '16'
46+
node-version: '15'
4747

4848
- name: Install deps
4949
run: pnpm install

0 commit comments

Comments
 (0)