Skip to content

Commit d4e30eb

Browse files
authored
Increase Node version to 14.x in release.yml (#507)
1 parent 704d6b0 commit d4e30eb

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
@@ -17,15 +17,15 @@ jobs:
1717

1818
- uses: actions/setup-node@v1
1919
with:
20-
node-version: '10.x'
20+
node-version: '14.x'
2121

2222
- name: Cache YARN dependencies
2323
uses: actions/cache@v2
2424
with:
2525
path: |
2626
node_modules
2727
*/*/node_modules
28-
key: ${{ runner.OS }}-10.x-yarn-cache-${{ hashFiles('**/yarn.lock') }}
28+
key: ${{ runner.OS }}-14.x-yarn-cache-${{ hashFiles('**/yarn.lock') }}
2929
restore-keys: ${{ runner.OS }}-14.x-yarn-cache-
3030

3131
- name: Install

0 commit comments

Comments
 (0)