Skip to content

Commit 850fbe5

Browse files
Fixed workflow
1 parent 48f7c1d commit 850fbe5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/example.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
node-version: 12
1212
- name: Checkout sources
1313
uses: actions/checkout@main
14+
- name: Install dependencies
15+
run: npm install
1416
- name: NodeJS command
1517
uses: hiberbee/template-github-action-nodejs@master
1618
with:

0 commit comments

Comments
 (0)