Skip to content

Commit

Permalink
fix: node23 ci (#4309)
Browse files Browse the repository at this point in the history
* fix: node23 ci

* Update package-lock.json

* chore: rename node23 ci

* chore: rename
  • Loading branch information
iChenLei authored Jan 7, 2025
1 parent c2053cb commit ab5c82f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 98 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
- name: Run unit test
run: npm run test

allow_failure_testing_for_node23:
name: 'Allow failure for nodejs v23 tests'
latest_nodejs_testing_node23:
name: 'Latest nodejs v23 test'
needs: basic_node_test
runs-on: ubuntu-latest
steps:
Expand Down
114 changes: 19 additions & 95 deletions packages/less/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/less/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"html-template-tag": "^3.2.0",
"jit-grunt": "^0.10.0",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-clean-css": "^1.5.1",
"less-plugin-clean-css": "^1.6.0",
"minimist": "^1.2.0",
"mocha": "^6.2.1",
"playwright": "^1.49.0",
Expand Down

0 comments on commit ab5c82f

Please sign in to comment.