1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-12 21:35:21 +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
node_js:
- '8'
- '10'
install:
- npm i -g npm@latest
@ -15,4 +14,4 @@ script:
- npm run test
cache:
directories:
- '$HOME/.npm'
- '$HOME/.npm'