Skip to content

Commit 91590cc

Browse files
committed
update release flow
1 parent 93a32d6 commit 91590cc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ jobs:
1515
with:
1616
submodules: "recursive"
1717

18-
- name: Setup Node.js 14
19-
uses: actions/setup-node@v2
18+
- uses: actions/setup-node@v4
2019
with:
21-
node-version: "14"
20+
node-version: 18
2221

2322
- name: Install Dependencies
2423
run: yarn

0 commit comments

Comments
 (0)