Skip to content

Commit b5049c4

Browse files
committed
update release
1 parent a328c48 commit b5049c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- name: Checkout Repo
1616
uses: actions/checkout@v2
1717

18-
- name: Setup Node.js 16.x
18+
- name: Setup Node.js 20.x
1919
uses: actions/setup-node@v2
2020
with:
21-
node-version: 16.x
21+
node-version: 20.x
2222

2323
- name: Install Dependencies
2424
run: yarn

0 commit comments

Comments
 (0)