Skip to content

Commit

Permalink
test: drop fibers test (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 22, 2023
1 parent 54a0736 commit 92d862c
Show file tree
Hide file tree
Showing 12 changed files with 511 additions and 1,305 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: "npm"

- name: Uninstall fibers
run: npm uninstall fibers --save-dev --no-scripts --ignore-scripts
- name: Install deps
run: npm install node-sass@9.0.0
if: matrix.node-version == '20.x'

- name: Install dependencies
Expand Down
13 changes: 8 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-import": "^2.28.0",
"fibers": "^5.0.3",
"file-loader": "^6.2.0",
"foundation-sites": "^6.7.5",
"husky": "^8.0.3",
Expand Down

0 comments on commit 92d862c

Please sign in to comment.