semmet-angular 0.32.0 → 0.33.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "semmet-angular",
3
- "version": "0.32.0",
3
+ "version": "0.33.0",
4
4
  "description": "Accessible UI Delivery Kit for Angular: schematics that generate ARIA-conformant standalone components with styling, keyboard behavior, unit tests, and Playwright e2e smoke tests.",
5
5
  "publisher": "danilodevsilva",
6
6
  "license": "MIT",
package/src/ci/index.js CHANGED
@@ -59,7 +59,7 @@ jobs:
59
59
  ${setupPackageManagerStep} - name: Setup Node
60
60
  uses: actions/setup-node@v4
61
61
  with:
62
- node-version: 20
62
+ node-version: 24
63
63
  ${cacheConfig}
64
64
 
65
65
  - name: Install dependencies
package/src/ci/index.ts CHANGED
@@ -77,7 +77,7 @@ jobs:
77
77
  ${setupPackageManagerStep} - name: Setup Node
78
78
  uses: actions/setup-node@v4
79
79
  with:
80
- node-version: 20
80
+ node-version: 24
81
81
  ${cacheConfig}
82
82
 
83
83
  - name: Install dependencies