chore(ci): use node 14.x

This commit is contained in:
Daniel Sogl 2020-11-05 13:27:38 +01:00 committed by GitHub
parent 46e0d6d396
commit 52da729b8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ jobs:
build: build:
working_directory: ~/ionic-native/ working_directory: ~/ionic-native/
docker: docker:
- image: node:12 - image: node:14
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache: