1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Merge pull request #261 from oceanprotocol/feature/node-latest

run against latest Node.js
This commit is contained in:
Matthias Kretschmann 2020-09-08 13:25:27 +02:00 committed by GitHub
commit 1e5f884a71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 6 deletions

1
.nvmrc
View File

@ -1 +0,0 @@
v12

View File

@ -1,8 +1,7 @@
dist: xenial
sudo: required
language: node_js
node_js:
- '12'
node_js: node
services:
- docker
@ -12,9 +11,6 @@ cache: npm
matrix:
fast_finish: true
before_install:
- npm install -g npm
before_script:
# CodeClimate test reporter setup
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter