From f9492006f4d046023f6f3387f5ab36d2dd45691f Mon Sep 17 00:00:00 2001 From: Brett Andrews Date: Wed, 6 Oct 2021 20:20:48 +1000 Subject: [PATCH] fix: change workflow to release under 14.x instead of 12.x (#472) --- .../workflows/release-on-push-to-mainline.yml | 4 +-- package-lock.json | 31 ------------------- 2 files changed, 2 insertions(+), 33 deletions(-) diff --git a/.github/workflows/release-on-push-to-mainline.yml b/.github/workflows/release-on-push-to-mainline.yml index f18b6215..b9b8086c 100644 --- a/.github/workflows/release-on-push-to-mainline.yml +++ b/.github/workflows/release-on-push-to-mainline.yml @@ -33,8 +33,8 @@ jobs: run: npm run lint - name: Release - if: github.event_name == 'push' && github.ref == 'refs/heads/mainline' && matrix.node-version == '12.x' + if: github.event_name == 'push' && github.ref == 'refs/heads/mainline' && matrix.node-version == '14.x' run: npm run release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package-lock.json b/package-lock.json index 1b02e128..525e510e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12917,18 +12917,6 @@ "node": ">=10" } }, - "node_modules/npm/node_modules/gauge/node_modules/aproba": { - "dev": true, - "inBundle": true - }, - "node_modules/npm/node_modules/gauge/node_modules/is-fullwidth-code-point": { - "extraneous": true, - "inBundle": true - }, - "node_modules/npm/node_modules/gauge/node_modules/string-width": { - "dev": true, - "inBundle": true - }, "node_modules/npm/node_modules/getpass": { "version": "0.1.7", "dev": true, @@ -14448,11 +14436,6 @@ "safer-buffer": "^2.0.2", "tweetnacl": "~0.14.0" }, - "bin": { - "sshpk-conv": "bin/sshpk-conv", - "sshpk-sign": "bin/sshpk-sign", - "sshpk-verify": "bin/sshpk-verify" - }, "engines": { "node": ">=0.10.0" } @@ -27545,20 +27528,6 @@ "string-width": "^1.0.1 || ^2.0.0", "strip-ansi": "^3.0.1 || ^4.0.0", "wide-align": "^1.1.2" - }, - "dependencies": { - "aproba": { - "bundled": true, - "dev": true - }, - "is-fullwidth-code-point": { - "bundled": true, - "extraneous": true - }, - "string-width": { - "bundled": true, - "dev": true - } } }, "getpass": {