Skip to content

Commit 38491db

Browse files
committed
Fix NodeJS GitHub Workflow
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
1 parent ad7d7e2 commit 38491db

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/nodejs.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,14 @@ jobs:
2323
with:
2424
node-version: latest
2525

26-
- name: Install dependencies
26+
- name: Create Fake Certificates
27+
run: |
28+
mkdir -p .cert
29+
touch .cert/privkey.pem
30+
touch .cert/cert.pem
31+
touch .cert/chain.pem
32+
33+
- name: Install Dependencies
2734
run: npm install
2835

2936
- name: Build

0 commit comments

Comments
 (0)