Skip to content

Commit 71593d9

Browse files
authored
chore: update ci node version
1 parent caf3429 commit 71593d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/setup-node@v1
1212
with:
1313
# alias support: https://github.com/actions/setup-node/issues/26
14-
node-version: '12'
14+
node-version: '14'
1515
- name: Get yarn cache directory path
1616
id: yarn-cache-dir-path
1717
run: echo "::set-output name=dir::$(yarn cache dir)"

0 commit comments

Comments
 (0)