diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c0fcfdd..b6c02b0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,10 +19,13 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: npm registry-url: https://registry.npmjs.org + - name: Update npm + run: npm install -g npm@latest + - name: Install dependencies run: npm ci diff --git a/package-lock.json b/package-lock.json index 2330c15..72bf9cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gitkey", - "version": "1.0.0", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gitkey", - "version": "1.0.0", + "version": "0.2.0", "license": "ISC", "dependencies": { "@inquirer/prompts": "^8.4.2", diff --git a/package.json b/package.json index cd577ea..8fb83b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bagdevich/gitkey", - "version": "0.1.0", + "version": "0.2.0", "description": "CLI for managing Git SSH profiles, keys and repo remotes", "type": "module", "bin": {