Skip to content

Commit af50873

Browse files
committed
chore: change default node version to 24
1 parent d749fed commit af50873

File tree

4 files changed

+49
-19
lines changed

4 files changed

+49
-19
lines changed

.github/SECURITY.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
<!-- prettier-ignore-start -->
66
| Version | Supported |
77
|---------|--------------------|
8+
| 5.x.x | :white_check_mark: |
9+
| 4.x.x | :white_check_mark: |
810
| 3.x.x | :white_check_mark: |
9-
| 2.x.x | :white_check_mark: |
10-
| < 2.0 | :x: |
11+
| < 3.0 | :x: |
1112
<!-- prettier-ignore-end -->
1213

1314
## Reporting a Vulnerability

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: setup node and pnpm
1616
uses: dafnik/setup-node-pnpm@v4
1717
# with:
18-
# node: 22
18+
# node: 24
1919
# node-file: ''
2020
# cwd: '.'
2121
# install: false
@@ -26,7 +26,7 @@ jobs:
2626
| Inputs | Default value | Description |
2727
|--------------------------|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
2828
| `pnpm` | | PNPM version to install |
29-
| `node` | `22` | Version Spec of the version to use in SemVer notation.<br /> It also emits such aliases as lts, latest, nightly and canary builds.<br /> Examples: 12.x, 10.15.1, >=10.15.0, lts/Hydrogen, 16-nightly, latest, node |
29+
| `node` | `24` | Version Spec of the version to use in SemVer notation.<br /> It also emits such aliases as lts, latest, nightly and canary builds.<br /> Examples: 12.x, 10.15.1, >=10.15.0, lts/Hydrogen, 16-nightly, latest, node |
3030
| `node-file` | `''` | File containing the version Spec of the version to use.<br /> Examples: .nvmrc, .node-version, .tool-versions.<br /> If `node` and `node-file` are both provided the action will use the version from `node-file`. |
3131
| `cwd` | `.` | Changes pnpm-lock.yaml lookup location and the work directory of "pnpm install" if enabled |
3232
| `package_file` | `package.json` | File path to the package.json to read "packageManager" configuration (also supports package.yml). Works in conjunction with "cwd" input. |

test/pnpm-lock.yaml

Lines changed: 26 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/test-package-version-manager/pnpm-lock.yaml

Lines changed: 18 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)