From 634782e2c8000af5af3df1b8dfa7296e59720919 Mon Sep 17 00:00:00 2001 From: Viktor Podzigun Date: Tue, 14 Mar 2023 19:16:27 +0100 Subject: [PATCH] Upgraded ci dependencies --- .github/workflows/ci.yml | 8 +++++--- package.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c36ce65a..ebc9035b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,8 @@ name: CI on: push: + paths-ignore: + - '*.md' branches: [ master ] tags: - '*' @@ -14,14 +16,14 @@ jobs: steps: - name: Git checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: - node-version: '12' + node-version: '16' - name: Extract Tag Name run: echo "TAG_NAME=$(echo ${GITHUB_REF##*/})" >> $GITHUB_ENV diff --git a/package.json b/package.json index 5ab9c7ae..aa7f1480 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/viktor-podzigun" } ], - "version": "0.2.3", + "version": "0.2.0", "license": "MIT", "main": "./lib/blessed.js", "preferGlobal": false,