We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f18b6 commit bf09656Copy full SHA for bf09656
.github/workflows/node.js.yml
@@ -19,6 +19,8 @@ jobs:
19
with:
20
node-version: ${{ matrix.node-version }}
21
cache: 'npm'
22
+ - name: Create .pm2 directory
23
+ run: mkdir -p ~/.pm2
24
- name: Install dependencies
25
run: npm install
26
- name: Run tests
0 commit comments