Skip to content

Commit e459f18

Browse files
committed
ci: use node 14
1 parent 9ac662d commit e459f18

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
@@ -18,10 +18,10 @@ jobs:
1818
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1919
fetch-depth: 0
2020

21-
- name: Setup Node.js 12.x
21+
- name: Setup Node.js 14.x
2222
uses: actions/setup-node@master
2323
with:
24-
node-version: 12.x
24+
node-version: 14.x
2525
registry-url: 'https://registry.npmjs.org'
2626

2727
- name: Get yarn cache directory path

0 commit comments

Comments
 (0)