Bump up the node version of the image in the CI pipline
This commit is contained in:
+4
-4
@@ -1,12 +1,12 @@
|
||||
image: node:10
|
||||
image: node:14
|
||||
|
||||
# This folder is cached between builds
|
||||
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
|
||||
cache:
|
||||
paths:
|
||||
- node_modules/
|
||||
- node_modules/
|
||||
|
||||
test_async:
|
||||
script:
|
||||
- npm install
|
||||
- npm test
|
||||
- npm install
|
||||
- npm test
|
||||
|
||||
Reference in New Issue
Block a user