mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-25 07:16:42 +00:00
8
.github/workflows/main.yaml
vendored
8
.github/workflows/main.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user