Compare commits

...
1 Commits
Author SHA1 Message Date
telackey 475f53cdcf v1.3.5 2024-01-15 15:29:37 -06:00
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -17,6 +17,9 @@ jobs:
run: |
curl -fsSL -o /usr/local/bin/yarn https://github.com/yarnpkg/yarn/releases/download/v1.22.21/yarn-1.22.21.js
chmod +x /usr/local/bin/yarn
- name: Install jq
run: |
apt update && apt install -y jq
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@cerc-io/console-app",
"version": "1.3.3",
"version": "1.3.5",
"description": "Laconic Console",
"repository": "https://github.com/cerc-io/laconic-console",
"main": "dist/es/index.js",