@vscode/codicons 0.0.45-14 → 0.0.45-16

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.
@@ -27,7 +27,7 @@ jobs:
27
27
 
28
28
  - uses: actions/setup-node@v4
29
29
  with:
30
- node-version: '16'
30
+ node-version: '22'
31
31
 
32
32
  - name: Install dependencies
33
33
  run: npm install
@@ -20,7 +20,7 @@ jobs:
20
20
  fetch-depth: 0 # All history
21
21
  - uses: actions/setup-node@v4
22
22
  with:
23
- node-version: '16'
23
+ node-version: '22'
24
24
 
25
25
  - name: Install dependencies
26
26
  run: npm install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/codicons",
3
- "version": "0.0.45-14",
3
+ "version": "0.0.45-16",
4
4
  "fontVersion": "1.15",
5
5
  "description": "The icon font for Visual Studio Code",
6
6
  "license": "CC-BY-4.0",