Skip to content

Commit 46f594a

Browse files
committed
chore: Update CI workflow configuration
1 parent afde973 commit 46f594a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- name: Use Node.js 20.x
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: "20.x"
20-
cache: "npm"
19+
node-version: '20.x'
20+
cache: 'npm'
2121

2222
- name: Install dependencies
2323
run: npm ci

0 commit comments

Comments
 (0)