Browse Source

v4.1.1

pull/41/head v4.1.1
Abheek Dhawan 3 years ago
parent
commit
f84e2fe8b3
Signed by: abheekd GPG Key ID: 7BE81B8C14475B67
  1. 6
      .github/workflows/release.yml
  2. 2
      package.json

6
.github/workflows/release.yml

@ -52,6 +52,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '17.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: yarn

2
package.json

@ -17,7 +17,7 @@
"typescript": "^4.6.2"
},
"name": "awesomescibo",
"version": "4.1.0",
"version": "4.1.1",
"scripts": {
"start": "node index.js"
},

Loading…
Cancel
Save