Skip to content

Commit

Permalink
Upgraded ci dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-podzigun committed Mar 14, 2023
1 parent 116cbac commit 634782e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: CI

on:
push:
paths-ignore:
- '*.md'
branches: [ master ]
tags:
- '*'
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 634782e

Please sign in to comment.