Skip to content

Commit 2bac69b

Browse files
committed
Upgrade node version in the release workflow
1 parent ed90c2e commit 2bac69b

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
@@ -16,10 +16,10 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818

19-
- name: Setup Node.js 10.x
19+
- name: Setup Node.js 12.x
2020
uses: actions/setup-node@master
2121
with:
22-
node-version: 10.x
22+
node-version: 12.x
2323

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

0 commit comments

Comments
 (0)