Skip to content

Commit 175cf73

Browse files
authored
Update required Node.js versions (#185)
This pull request updates the documentation and configuration to specify supported Node.js versions. The changes ensure clarity about compatibility and enforce constraints on the Node.js versions the tool can run with.
2 parents 5bfe150 + dc15918 commit 175cf73

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ currently implemented by this tool.
2727

2828
See the [CHANGELOG](./CHANGELOG.md) for a complete list of changes.
2929

30+
## Node.js Version Support
31+
32+
This tool is currently tested against **Node.js versions 20 and 22**. It is not
33+
guaranteed to work with other versions at this time.
34+
3035
## Package Manager Support
3136

3237
### `npm` Support

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@github/local-action",
33
"description": "Local Debugging for GitHub Actions",
4-
"version": "3.2.0",
4+
"version": "3.2.1",
55
"type": "module",
66
"author": "Nick Alteen <ncalteen@github.com>",
77
"private": false,
@@ -19,7 +19,7 @@
1919
"typescript"
2020
],
2121
"engines": {
22-
"node": ">=20"
22+
"node": "^20 || ^22"
2323
},
2424
"exports": {
2525
".": "./src/index.ts"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy