From 57a71be00cfd5e81a46603aef7e1dd9fb5939dd6 Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Wed, 5 Jul 2023 10:30:22 +0200 Subject: [PATCH] Bump node and workflow version --- .github/workflows/npm-publish.yml | 4 ++-- package-lock.json | 5 +++-- package.json | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index fe87e78..3bb409c 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -12,9 +12,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v3 with: - node-version: 12 + node-version: 16 registry-url: https://registry.npmjs.org/ - run: npm install - run: npm run build diff --git a/package-lock.json b/package-lock.json index 34d9c67..ee6d29a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,12 @@ { "name": "whmcs-node", - "version": "1.0.4", + "version": "1.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.4", + "name": "whmcs-node", + "version": "1.0.10", "license": "ISC", "dependencies": { "got": "^11.8.0" diff --git a/package.json b/package.json index 507469b..d851be3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whmcs-node", - "version": "1.0.10", + "version": "1.0.11", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts",