We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 772eb58 commit 2c31757Copy full SHA for 2c31757
1 file changed
.github/workflows/ci.yml
@@ -8,19 +8,19 @@ jobs:
8
steps:
9
- name: Checkout repository
10
uses: actions/checkout@v4
11
-
+
12
- name: Use Node.js 20
13
uses: actions/setup-node@v4
14
with:
15
- node-version: '20'
16
- cache: 'npm'
17
+ node-version: "20"
+ cache: "npm"
18
- name: Install dependencies
19
run: npm ci
20
21
- name: Check TypeScript Types
22
run: npm run tsc-check
23
24
- name: Run tests
25
run: npm test
26
@@ -33,8 +33,8 @@ jobs:
33
34
35
36
37
38
39
40
0 commit comments