@k03mad/actual-versions 3.15.1 → 4.0.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.
@@ -12,7 +12,7 @@ jobs:
12
12
  lint:
13
13
  runs-on: ubuntu-latest
14
14
  steps:
15
- - uses: actions/checkout@v5
15
+ - uses: actions/checkout@v6
16
16
  - uses: actions/setup-node@v6
17
17
  with:
18
18
  node-version-file: '.nvmrc'
@@ -5,12 +5,16 @@ on:
5
5
  branches:
6
6
  - master
7
7
 
8
+ permissions:
9
+ id-token: write
10
+ contents: read
11
+
8
12
  jobs:
9
13
  publish:
10
14
  environment: npm
11
15
  runs-on: ubuntu-latest
12
16
  steps:
13
- - uses: actions/checkout@v5
17
+ - uses: actions/checkout@v6
14
18
  with:
15
19
  fetch-depth: 0
16
20
 
@@ -30,5 +34,3 @@ jobs:
30
34
 
31
35
  - if: steps.check_pkg_version.outputs.changed == 'true'
32
36
  run: npm publish
33
- env:
34
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -12,7 +12,7 @@ jobs:
12
12
  test:
13
13
  runs-on: ubuntu-latest
14
14
  steps:
15
- - uses: actions/checkout@v5
15
+ - uses: actions/checkout@v6
16
16
  - uses: actions/setup-node@v6
17
17
  with:
18
18
  node-version-file: '.nvmrc'
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 22
1
+ 24
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "cSpell.words": [
3
- "acver"
3
+ "acver",
4
+ "nvmrc"
4
5
  ]
5
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k03mad/actual-versions",
3
- "version": "3.15.1",
3
+ "version": "4.0.0",
4
4
  "description": "Get actual versions of some tools",
5
5
  "maintainers": [
6
6
  "Kirill Molchanov <k03.mad@gmail.com"
@@ -16,14 +16,14 @@
16
16
  "license": "MIT",
17
17
  "type": "module",
18
18
  "engines": {
19
- "node": ">=22"
19
+ "node": ">=24"
20
20
  },
21
21
  "dependencies": {
22
22
  "chalk": "5.6.2",
23
23
  "table": "6.9.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@k03mad/eslint-config": "29.14.1",
26
+ "@k03mad/eslint-config": "29.15.0",
27
27
  "eslint": "9.39.1",
28
28
  "husky": "9.1.7",
29
29
  "npm-run-all": "4.1.5",