Skip to content

Commit 47b1dea

Browse files
authored
Update node version used by the release workflow (Thinkmill#230)
1 parent 1cbdcb9 commit 47b1dea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/changeset-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717

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

2323
- name: Install Yarn
2424
run: npm install --global yarn

0 commit comments

Comments
 (0)