Skip to content

Commit

Permalink
fix: comment in scriptlet (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuLaValva authored Feb 20, 2025
1 parent f1a3886 commit 06f4716
Show file tree
Hide file tree
Showing 7 changed files with 199 additions and 134 deletions.
5 changes: 5 additions & 0 deletions .changeset/five-cheetahs-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"htmljs-parser": patch
---

Fix operator-terminated comments in scriptlets
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Use node
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
Expand All @@ -46,7 +46,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
node: [16, 18, 20]
node: [18, 20, 22]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
Expand Down
Loading

0 comments on commit 06f4716

Please sign in to comment.