Skip to content

Commit df9801e

Browse files
committed
hope fail
1 parent 5ec8eda commit df9801e

File tree

5 files changed

+3167
-61
lines changed

5 files changed

+3167
-61
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,8 @@ jobs:
1919
node-version: 18
2020

2121
- name: Node
22-
run: node --version
22+
run: node --version
23+
- name: Install dependencies
24+
run: npm ci
25+
- name:Test
26+
run: npm run test

0 commit comments

Comments
 (0)