Skip to content

Commit

Permalink
New version, only for github automation testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Elius94 committed May 19, 2022
1 parent 15ecf8c commit b7dc6a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
publish:
name: Release and NPM publish
needs: release
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
Expand All @@ -53,7 +53,7 @@ jobs:
- id: check
uses: EndBug/version-check@v1
with:
file-url: https://unpkg.com/console-gui-tools@1.1.12/package.json
file-url: "https://unpkg.com/console-gui-tools@latest/package.json"
static-checking: localIsNew

- name: Publish package to NPM 📦
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "console-gui-tools",
"version": "1.1.13",
"version": "1.1.14",
"description": "A simple library to draw option menu, text popup or other widgets and layout on a Node.js console.",
"main": "src/ConsoleGui.js",
"type": "module",
Expand Down

0 comments on commit b7dc6a3

Please sign in to comment.