mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-24 14:56:42 +00:00
Update github action
Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
561e53277f
commit
2e446da025
8
.github/workflows/main.yaml
vendored
8
.github/workflows/main.yaml
vendored
@ -10,6 +10,14 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
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
|
- name: Hello world action step
|
||||||
uses: ./
|
uses: ./
|
||||||
id: hello
|
id: hello
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user