conlink 2.6.3 → 2.6.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.
@@ -73,7 +73,7 @@ jobs:
73
73
  - name: Setup Node
74
74
  uses: actions/setup-node@v4
75
75
  with:
76
- node-version: '20.x'
76
+ node-version: '24.x'
77
77
  registry-url: 'https://registry.npmjs.org'
78
78
 
79
79
  - name: Upgrade npm to support OIDC
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conlink",
3
- "version": "2.6.3",
3
+ "version": "2.6.4",
4
4
  "description": "conlink - Declarative Low-Level Networking for Containers",
5
5
  "repository": "https://github.com/Viasat/conlink",
6
6
  "license": "SEE LICENSE IN LICENSE",