diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index c964278..fa17acd 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 - run: npm ci - run: npm test @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm publish @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 registry-url: https://npm.pkg.github.com/ scope: fbenz - run: npm ci diff --git a/package-lock.json b/package-lock.json index 1706f9b..8e5c079 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "restdocs-to-postman", - "version": "2.0.7", + "version": "2.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "restdocs-to-postman", - "version": "2.0.7", + "version": "2.0.8", "license": "Apache-2.0", "dependencies": { "commander": "^2.20.0",