Skip to content

Commit 4c54282

Browse files
committed
fix: node.js ci
1 parent dafd77f commit 4c54282

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ jobs:
1515
- name: Use Node.js 24
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: '24''
18+
node-version: '24'
1919
cache: 'npm'
20-
- run: cp configs/exampleconfig.json configs/config.json
21-
- run: echo "[]" > configs/accounts.json
2220
- run: npm ci
2321
- run: npx tsc
2422

@@ -30,7 +28,7 @@ jobs:
3028
- name: Use Node.js 24
3129
uses: actions/setup-node@v4
3230
with:
33-
node-version: '24''
31+
node-version: '24'
3432
cache: 'npm'
3533
- run: npm ci
3634
- run: npm run lint

0 commit comments

Comments
 (0)