We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6834d1f commit d6f2076Copy full SHA for d6f2076
.github/workflows/test-and-release.yml
@@ -18,12 +18,8 @@ jobs:
18
runs-on: ${{ matrix.os }}
19
strategy:
20
matrix:
21
- node-version: [8.x, 10.x, 12.x]
+ node-version: [10.x, 12.x, 14.x]
22
os: [ubuntu-latest, windows-latest, macos-latest]
23
- exclude:
24
- # Don't test Node.js 8 on Windows. npm is weird here
25
- - os: windows-latest
26
- node-version: 8.x
27
steps:
28
- uses: actions/checkout@v1
29
- name: Use Node.js ${{ matrix.node-version }}
package.json
@@ -1,6 +1,9 @@
1
{
2
"name": "bring-shopping",
3
"version": "1.3.0",
4
+ "engines": {
5
+ "node": ">=8.0.0"
6
+ },
7
"description": "Nodejs wrapper for the Bring! API",
8
"author": {
9
"name": "Moritz Heusinger",
0 commit comments