Skip to content

Commit 7dd3270

Browse files
fscherwiper1234
authored andcommitted
Upgrade to Node.js 20.x
1 parent abc25ff commit 7dd3270

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: .github/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Follow the installation instructions here:<br />
1010
https://nodejs.dev/download
1111

12-
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.
12+
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.
1313

1414
### 2. Install dependencies
1515

Diff for: .github/workflows/check-npm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check npm
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:

Diff for: .github/workflows/check-packaging-ncc-typescript-npm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check Packaging
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:

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test Action
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:

Diff for: action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ inputs:
4040
required: false
4141
default: ${{ github.token }}
4242
runs:
43-
using: "node16"
43+
using: "node20"
4444
main: "dist/index.js"
4545
branding:
4646
icon: "check-square"

0 commit comments

Comments
 (0)