Skip to content

Commit 1e4626c

Browse files
committed
update node
1 parent df3c9cd commit 1e4626c

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
# 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 12.x
19+
- name: Setup Node.js 14.x
2020
uses: actions/setup-node@master
2121
with:
22-
node-version: 12.x
22+
node-version: 14.x
2323

2424
- name: Cache node modules
2525
uses: actions/cache@v1

0 commit comments

Comments
 (0)