Skip to content

Commit d9e0854

Browse files
committed
Remove legacy-deps switch
1 parent 8b70bb2 commit d9e0854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/setup-node@v3
1717
with:
1818
node-version: ${{ matrix.node-version }}
19-
- run: npm install --legacy-peer-deps
19+
- run: npm install
2020
- run: npm test
2121
env:
2222
CI: true

0 commit comments

Comments
 (0)