Bump up the node version of the image in the CI pipline

This commit is contained in:
Maria Zadnepryanets
2022-06-19 19:01:50 +02:00
parent 1f3cdb9438
commit 37b607aee2
+4 -4
View File
@@ -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