Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit bade931

Browse files
committed
Remove install step
1 parent f132fb3 commit bade931

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,10 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v3
11-
1211
- name: Use Node.js
1312
uses: actions/setup-node@v3
1413
with:
1514
node-version: 18.x
16-
- run: npm install -g yarn
17-
1815
- name: Install Dependencies
1916
run: npm ci
2017
- name: Test

0 commit comments

Comments
 (0)