Skip to content

Commit

Permalink
v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abheekda1 committed Mar 22, 2022
1 parent 3e25c03 commit f84e2fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"typescript": "^4.6.2"
},
"name": "awesomescibo",
"version": "4.1.0",
"version": "4.1.1",
"scripts": {
"start": "node index.js"
},
Expand Down

0 comments on commit f84e2fe

Please sign in to comment.