Skip to content

Commit 87421a0

Browse files
committed
chore: use node version >=14 in CI
1 parent 7b28446 commit 87421a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Setup
1111
uses: actions/setup-node@v1
1212
with:
13-
node-version: '10.x'
13+
node-version: '14'
1414
- uses: actions/cache@v1
1515
id: yarn-cache
1616
with:

0 commit comments

Comments
 (0)