Skip to content

Commit bf09656

Browse files
committed
create folder
1 parent e1f18b6 commit bf09656

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/node.js.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
with:
2020
node-version: ${{ matrix.node-version }}
2121
cache: 'npm'
22+
- name: Create .pm2 directory
23+
run: mkdir -p ~/.pm2
2224
- name: Install dependencies
2325
run: npm install
2426
- name: Run tests

0 commit comments

Comments
 (0)