forked from cerc-io/laconic-console
v1.3.5
This commit is contained in:
parent
9dcbc6e657
commit
475f53cdcf
@ -17,6 +17,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
curl -fsSL -o /usr/local/bin/yarn https://github.com/yarnpkg/yarn/releases/download/v1.22.21/yarn-1.22.21.js
|
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
|
chmod +x /usr/local/bin/yarn
|
||||||
|
- name: Install jq
|
||||||
|
run: |
|
||||||
|
apt update && apt install -y jq
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cerc-io/console-app",
|
"name": "@cerc-io/console-app",
|
||||||
"version": "1.3.3",
|
"version": "1.3.5",
|
||||||
"description": "Laconic Console",
|
"description": "Laconic Console",
|
||||||
"repository": "https://github.com/cerc-io/laconic-console",
|
"repository": "https://github.com/cerc-io/laconic-console",
|
||||||
"main": "dist/es/index.js",
|
"main": "dist/es/index.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user