1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-12 13:25:22 +02:00

remove node 8

This commit is contained in:
Kushagra Gour 2018-07-03 00:29:38 +05:30 committed by GitHub
parent fa543e22f6
commit 12872f50a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,5 @@
language: node_js language: node_js
node_js: node_js:
- '8'
- '10' - '10'
install: install:
- npm i -g npm@latest - npm i -g npm@latest
@ -15,4 +14,4 @@ script:
- npm run test - npm run test
cache: cache:
directories: directories:
- '$HOME/.npm' - '$HOME/.npm'