Skip to content

Commit 181627a

Browse files
committed
chore: rm npm install --force as no longer needed
1 parent 3568bc4 commit 181627a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
- uses: actions/setup-node@v2
2424
with:
2525
node-version: ${{ matrix.node-version }}
26-
# TODO: remove "--force" once eslint v8 released
27-
- run: npm install --force
26+
- run: npm install
2827
- run: npm test
2928

3029
lint:

0 commit comments

Comments
 (0)