fix issue with hx-sync and htmx:abort with shadow DOM (#3424) #2515
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Node CI | |
| on: | |
| push: | |
| branches: [ master, dev, htmx-2.0, v2.0v2.0 ] | |
| pull_request: | |
| branches: [ master, dev, htmx-2.0, v2.0v2.0 ] | |
| jobs: | |
| test_suite: | |
| runs-on: ubuntu-22.04 | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Use Node.js | |
| uses: actions/setup-node@v4 | |
| with: | |
| node-version: '20.x' | |
| - run: npm ci | |
| - run: npm test |