Skip to content

Commit 0bf89b3

Browse files
authored
Use node 20.x in release flow (changesets#1333)
1 parent 4185510 commit 0bf89b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/changeset-version.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
steps:
1616
- name: Checkout Repo
1717
# https://github.com/actions/checkout
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919

20-
- name: Setup Node.js 16.x
20+
- name: Setup Node.js 20.x
2121
# https://github.com/actions/setup-node
22-
uses: actions/setup-node@v2
22+
uses: actions/setup-node@v4
2323
with:
24-
node-version: 16.x
24+
node-version: 20.x
2525

2626
- name: Install Dependencies
2727
run: yarn

0 commit comments

Comments
 (0)