| @@ -53,7 +53,7 @@ jobs: | |||||
| strategy: | strategy: | ||||
| matrix: | matrix: | ||||
| node-version: [10.x, 12.x, 14.x, 15.x] | |||||
| node-version: [10.x, 12.x, 14.x, 16.x] | |||||
| needs: package | needs: package | ||||
| steps: | steps: | ||||
| @@ -80,7 +80,7 @@ jobs: | |||||
| strategy: | strategy: | ||||
| matrix: | matrix: | ||||
| node-version: [14.x, 15.x] | |||||
| node-version: [14.x, 16.x] | |||||
| needs: package | needs: package | ||||
| steps: | steps: | ||||
| @@ -113,7 +113,7 @@ jobs: | |||||
| - name: Setup Node.js | - name: Setup Node.js | ||||
| uses: actions/setup-node@v1 | uses: actions/setup-node@v1 | ||||
| with: | with: | ||||
| node-version: 12.x | |||||
| node-version: 16.x | |||||
| - name: Get build-output from build step | - name: Get build-output from build step | ||||
| uses: actions/download-artifact@v2 | uses: actions/download-artifact@v2 | ||||
| with: | with: | ||||
| @@ -20,7 +20,7 @@ jobs: | |||||
| strategy: | strategy: | ||||
| matrix: | matrix: | ||||
| node-version: [10.x, 12.x, 14.x, 15.x] | |||||
| node-version: [10.x, 12.x, 14.x, 16.x] | |||||
| steps: | steps: | ||||
| - uses: actions/checkout@v2 | - uses: actions/checkout@v2 | ||||
| @@ -52,11 +52,16 @@ | |||||
| "esm": "^3.2.25", | "esm": "^3.2.25", | ||||
| "jshint": "^2.9.5", | "jshint": "^2.9.5", | ||||
| "mocha": "^3.0.2", | "mocha": "^3.0.2", | ||||
| "puppeteer": "^2.0.0", | |||||
| "puppeteer": "^10.4.0", | |||||
| "rollup": "^1.26.3", | "rollup": "^1.26.3", | ||||
| "uglify-js": "^3.4.6", | "uglify-js": "^3.4.6", | ||||
| "zuul": "^3.11.0", | "zuul": "^3.11.0", | ||||
| "zuul-ngrok": "nolanlawson/zuul-ngrok#patch-1" | |||||
| "zuul-ngrok": "^4.0.0" | |||||
| }, | |||||
| "overrides": { | |||||
| "zuul-ngrok": { | |||||
| "ngrok": "^4.3.3" | |||||
| } | |||||
| }, | }, | ||||
| "greenkeeper": { | "greenkeeper": { | ||||
| "ignore": [ | "ignore": [ | ||||