Skip to content

Commit e02a0c4

Browse files
authored
Update node version used by the Release flow (changesets#1013)
1 parent e0459f7 commit e02a0c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/changeset-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
# https://github.com/actions/checkout
1818
uses: actions/checkout@v2
1919

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

2626
- name: Install Dependencies
2727
run: yarn

0 commit comments

Comments
 (0)