Skip to content

Commit 92d862c

Browse files
test: drop fibers test (#1171)
1 parent 54a0736 commit 92d862c

12 files changed

+511
-1305
lines changed

.github/workflows/nodejs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282
node-version: ${{ matrix.node-version }}
8383
cache: "npm"
8484

85-
- name: Uninstall fibers
86-
run: npm uninstall fibers --save-dev --no-scripts --ignore-scripts
85+
- name: Install deps
86+
run: npm install [email protected]
8787
if: matrix.node-version == '20.x'
8888

8989
- name: Install dependencies

package-lock.json

+8-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585
"eslint": "^8.46.0",
8686
"eslint-config-prettier": "^8.9.0",
8787
"eslint-plugin-import": "^2.28.0",
88-
"fibers": "^5.0.3",
8988
"file-loader": "^6.2.0",
9089
"foundation-sites": "^6.7.5",
9190
"husky": "^8.0.3",

0 commit comments

Comments
 (0)