@febog/table-filter 0.0.2 → 0.0.4

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.
@@ -13,6 +13,14 @@ jobs:
13
13
  publish:
14
14
  runs-on: ubuntu-latest
15
15
  steps:
16
- - uses: actions/checkout@v4
16
+ - name: Checkout
17
+ uses: actions/checkout@v6
17
18
 
18
- - run: npm publish
19
+ - name: Setup Node for npm publishing
20
+ uses: actions/setup-node@v6
21
+ with:
22
+ node-version: '24'
23
+ registry-url: 'https://registry.npmjs.org'
24
+
25
+ - name: Publish to npm
26
+ run: npm publish
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@febog/table-filter",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "A minimal way to filter HTML table rows.",
5
5
  "keywords": [
6
6
  "javascript",