Skip to content

Commit 5869aba

Browse files
Fix CI
1 parent 4810139 commit 5869aba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515

1616
steps:
1717
- name: Checkout repository
18-
- uses: actions/checkout@v4
18+
uses: actions/checkout@v4
1919

2020
- name: Use Node.js ${{ matrix.node-version }}
21-
- uses: actions/setup-node@v4
21+
uses: actions/setup-node@v4
2222

2323
with:
2424
node-version: 20

0 commit comments

Comments
 (0)