Skip to content

Bump standardized Node.js version to 22 #591

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"js-yaml": "^4.1.0"
},
"engines": {
"node": "16.x"
"node": "22.x"
}
}
2 changes: 1 addition & 1 deletion workflow-templates/check-action-metadata-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Add the following to [`/.gitignore`](https://git-scm.com/docs/gitignore):
Configure the version of [**Node.js**](https://nodejs.org) used for development of the project by running the following command from a terminal in the project repository folder:

```text
npm pkg set engines.node=16.x
npm pkg set engines.node=22.x
```

### Readme badge
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/check-javascript-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Add the following to [`/.gitignore`](https://git-scm.com/docs/gitignore):
Configure the version of [**Node.js**](https://nodejs.org) used for development of the project by running the following command from a terminal in the project repository folder:

```text
npm pkg set engines.node=16.x
npm pkg set engines.node=22.x
```

### Readme badge
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/check-markdown-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Commit the resulting changes to the `package.json` and `package-lock.json` files
Configure the version of [**Node.js**](https://nodejs.org) used for development of the project by running the following command from a terminal in the project repository folder:

```text
npm pkg set engines.node=16.x
npm pkg set engines.node=22.x
```

#### Taskfile
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/check-npm-dependencies-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ ignore: |
Configure the version of [**Node.js**](https://nodejs.org) used for development of the project by running the following command from a terminal in the project repository folder:

```text
npm pkg set engines.node=16.x
npm pkg set engines.node=22.x
```

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/check-npm-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Install the [check-npm-task.yml](check-npm-task.yml) GitHub Actions workflow to
Configure the version of [**Node.js**](https://nodejs.org) used for development of the project by running the following command from a terminal in the project repository folder:

```text
npm pkg set engines.node=16.x
npm pkg set engines.node=22.x
```

If the project contains **npm**-managed projects (i.e., a folder containing a `package.json` file) in paths other than the root of the repository, run the command again from each of those paths.
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/check-prettier-formatting-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Commit the resulting changes to the `package.json` and `package-lock.json` files
Configure the version of [**Node.js**](https://nodejs.org) used for development of the project by running the following command from a terminal in the project repository folder:

```text
npm pkg set engines.node=16.x
npm pkg set engines.node=22.x
```

#### Prettier
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/check-taskfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Commit the resulting changes to the `package.json` and `package-lock.json` files
Configure the version of [**Node.js**](https://nodejs.org) used for development of the project by running the following command from a terminal in the project repository folder:

```text
npm pkg set engines.node=16.x
npm pkg set engines.node=22.x
```

#### Workflow
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/check-toc-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Commit the resulting changes to the `package.json` and `package-lock.json` files
Configure the version of [**Node.js**](https://nodejs.org) used for development of the project by running the following command from a terminal in the project repository folder:

```text
npm pkg set engines.node=16.x
npm pkg set engines.node=22.x
```

#### Workflow
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/check-workflows-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Add the following to [`/.gitignore`](https://git-scm.com/docs/gitignore):
Configure the version of [**Node.js**](https://nodejs.org) used for development of the project by running the following command from a terminal in the project repository folder:

```text
npm pkg set engines.node=16.x
npm pkg set engines.node=22.x
```

### Readme badge
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/sync-labels-npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Add the following to `.gitignore`:
Configure the version of [**Node.js**](https://nodejs.org) used for development of the project by running the following command from a terminal in the project repository folder:

```text
npm pkg set engines.node=16.x
npm pkg set engines.node=22.x
```

### Readme badge
Expand Down
Loading