Update github action

Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar 2023-09-11 13:21:27 +03:00
parent 561e53277f
commit 2e446da025
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -10,6 +10,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "20"
- name: Install dependencies
run: npm install
- name: Hello world action step
uses: ./
id: hello