Skip to content

Commit 06f4716

Browse files
authored
fix: comment in scriptlet (#178)
1 parent f1a3886 commit 06f4716

File tree

7 files changed

+199
-134
lines changed

7 files changed

+199
-134
lines changed

.changeset/five-cheetahs-grow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"htmljs-parser": patch
3+
---
4+
5+
Fix operator-terminated comments in scriptlets

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Use node
2424
uses: actions/setup-node@v3
2525
with:
26-
node-version: 20
26+
node-version: 22
2727
cache: npm
2828
- name: Install dependencies
2929
run: npm ci
@@ -46,7 +46,7 @@ jobs:
4646
fail-fast: false
4747
matrix:
4848
os: [ubuntu-latest, windows-latest]
49-
node: [16, 18, 20]
49+
node: [18, 20, 22]
5050
steps:
5151
- name: Checkout code
5252
uses: actions/checkout@v4
@@ -71,7 +71,7 @@ jobs:
7171
- name: Setup node
7272
uses: actions/setup-node@v3
7373
with:
74-
node-version: 20
74+
node-version: 22
7575
cache: npm
7676
- name: Install dependencies
7777
run: npm ci

0 commit comments

Comments
 (0)