Skip to content

Commit 5035280

Browse files
authored
Update Release.yml
1 parent 3e18c9f commit 5035280

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/Release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ jobs:
1616
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717
fetch-depth: 0
1818

19-
- name: Setup Node.js 16
19+
- name: Setup Node.js
2020
uses: actions/setup-node@v3
21-
with:
22-
node-version: 16
23-
2421
- name: Install Dependencies
2522
run: yarn
2623

0 commit comments

Comments
 (0)