Skip to content

Commit 2c31757

Browse files
committed
update
1 parent 772eb58 commit 2c31757

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ jobs:
88
steps:
99
- name: Checkout repository
1010
uses: actions/checkout@v4
11-
11+
1212
- name: Use Node.js 20
1313
uses: actions/setup-node@v4
1414
with:
15-
node-version: '20'
16-
cache: 'npm'
17-
15+
node-version: "20"
16+
cache: "npm"
17+
1818
- name: Install dependencies
1919
run: npm ci
20-
20+
2121
- name: Check TypeScript Types
2222
run: npm run tsc-check
23-
23+
2424
- name: Run tests
2525
run: npm test
2626

@@ -33,8 +33,8 @@ jobs:
3333
- name: Use Node.js 20
3434
uses: actions/setup-node@v4
3535
with:
36-
node-version: '20'
37-
cache: 'npm'
36+
node-version: "20"
37+
cache: "npm"
3838

3939
- name: Install dependencies
4040
run: npm ci

0 commit comments

Comments
 (0)