Skip to content

Commit 9ebbf9e

Browse files
committed
Fix setup node
1 parent 9d3695b commit 9ebbf9e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ jobs:
1515
uses: actions/setup-node@v4
1616
with:
1717
node-version: 20
18-
19-
- name: Install dependencies
20-
registry-url: 'https://registry.npmjs.org'
18+
registry-url: 'https://registry.npmjs.org'
2119

2220
- name: Install dependencies
2321
run: npm ci

0 commit comments

Comments
 (0)