Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 32e62da

Browse files
committed
fix: Update node version in release workflow
1 parent cc8113d commit 32e62da

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
@@ -138,7 +138,7 @@ jobs:
138138
- name: Setup Node.js
139139
uses: actions/setup-node@v1
140140
with:
141-
node-version: 14
141+
node-version: 16
142142

143143
- name: Install dependencies
144144
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)