Merge pull request #2 from ingress-it-solutions/v0.1

Fixed readme
This commit is contained in:
vandanafuletra 2023-04-05 13:50:18 +05:30 committed by GitHub
commit 8842ff75bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: https://github.com/actions/checkout@v3
uses: checkout@v3
- name: Setup Node.js
uses: https://github.com/actions/setup-node@v3
uses: setup-node@v3
with:
node-version: '16'
- name: Install dependencies