Skip to content

Commit ab5c82f

Browse files
authored
fix: node23 ci (#4309)
* fix: node23 ci * Update package-lock.json * chore: rename node23 ci * chore: rename
1 parent c2053cb commit ab5c82f

File tree

3 files changed

+22
-98
lines changed

3 files changed

+22
-98
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
- name: Run unit test
7676
run: npm run test
7777

78-
allow_failure_testing_for_node23:
79-
name: 'Allow failure for nodejs v23 tests'
78+
latest_nodejs_testing_node23:
79+
name: 'Latest nodejs v23 test'
8080
needs: basic_node_test
8181
runs-on: ubuntu-latest
8282
steps:

packages/less/package-lock.json

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

packages/less/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"html-template-tag": "^3.2.0",
8383
"jit-grunt": "^0.10.0",
8484
"less-plugin-autoprefix": "^1.5.1",
85-
"less-plugin-clean-css": "^1.5.1",
85+
"less-plugin-clean-css": "^1.6.0",
8686
"minimist": "^1.2.0",
8787
"mocha": "^6.2.1",
8888
"playwright": "^1.49.0",

0 commit comments

Comments
 (0)