Skip to content

Commit bcbe36e

Browse files
committed
Update node version in package.json, actions and docs
1 parent b0dda22 commit bcbe36e

8 files changed

+34
-16
lines changed

.github/workflows/check-action-metadata-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check Action Metadata
22

33
env:
44
# See: https://github.com/actions/setup-node/#readme
5-
NODE_VERSION: 16.x
5+
NODE_VERSION: 20.x
66

77
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
88
on:

.github/workflows/check-npm-dependencies-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check npm Dependencies
33

44
env:
55
# See: https://github.com/actions/setup-node/#readme
6-
NODE_VERSION: 16.x
6+
NODE_VERSION: 20.x
77

88
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99
on:

.github/workflows/check-prettier-formatting-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Prettier Formatting
33

44
env:
55
# See: https://github.com/actions/setup-node/#readme
6-
NODE_VERSION: 16.x
6+
NODE_VERSION: 20.x
77

88
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
99
on:

.github/workflows/check-typescript-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check TypeScript
22

33
env:
44
# See: https://github.com/actions/setup-node/#readme
5-
NODE_VERSION: 16.x
5+
NODE_VERSION: 20.x
66

77
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
88
on:

.github/workflows/test-typescript-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test TypeScript
22

33
env:
44
# See: https://github.com/actions/setup-node/#readme
5-
NODE_VERSION: 16.x
5+
NODE_VERSION: 20.x
66

77
on:
88
push:

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ https://taskfile.dev/#/installation
1616
Follow the installation instructions here:<br />
1717
https://nodejs.dev/en/download
1818

19-
Node.js 16.x is used for development of this project. [nvm](https://github.com/nvm-sh/nvm) is recommended to easily switch between Node.js versions.
19+
Node.js 20.x is used for development of this project. [nvm](https://github.com/nvm-sh/nvm) is recommended to easily switch between Node.js versions.
2020

2121
#### Extras
2222

package-lock.json

+27-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@actions/io": "^1.1.3",
2626
"@types/jest": "^28.1.8",
27-
"@types/node": "^16.18.76",
27+
"@types/node": "^20.11.10",
2828
"@types/semver": "^7.5.6",
2929
"@typescript-eslint/eslint-plugin": "^6.19.1",
3030
"@typescript-eslint/parser": "^6.19.1",

0 commit comments

Comments
 (0)