We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f7c1d commit 850fbe5Copy full SHA for 850fbe5
1 file changed
.github/workflows/example.yml
@@ -11,6 +11,8 @@ jobs:
11
node-version: 12
12
- name: Checkout sources
13
uses: actions/checkout@main
14
+ - name: Install dependencies
15
+ run: npm install
16
- name: NodeJS command
17
uses: hiberbee/template-github-action-nodejs@master
18
with:
0 commit comments