From 82f8513f5515e8deb7821f5bde1da4bb34d00e27 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 14 May 2024 14:38:24 +0000 Subject: [PATCH] Fix: workflow --- .github/workflows/npm-publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 3ad8bfb..8ab5044 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -53,7 +53,7 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: actions/checkout@ + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version: 20 diff --git a/package.json b/package.json index af4ee21..640f985 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hivessh", - "version": "0.1.6", + "version": "0.2.1", "description": "HiveSsh simplifies SSH2 connections via promise-based task execution on Linux servers with built-in server utilities and powerful command execution functions", "main": "dist/index.js", "type": "module",