File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
Follow the installation instructions here:<br />
10
10
https://nodejs.dev/download
11
11
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.
13
13
14
14
### 2. Install dependencies
15
15
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Check npm
2
2
3
3
env :
4
4
# See: https://github.com/actions/setup-node/#readme
5
- NODE_VERSION : 16 .x
5
+ NODE_VERSION : 20 .x
6
6
7
7
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
8
8
on :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Check Packaging
2
2
3
3
env :
4
4
# See: https://github.com/actions/setup-node/#readme
5
- NODE_VERSION : 16 .x
5
+ NODE_VERSION : 20 .x
6
6
7
7
on :
8
8
push :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Test Action
2
2
3
3
env :
4
4
# See: https://github.com/actions/setup-node/#readme
5
- NODE_VERSION : 16 .x
5
+ NODE_VERSION : 20 .x
6
6
7
7
on :
8
8
push :
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ inputs:
40
40
required : false
41
41
default : ${{ github.token }}
42
42
runs :
43
- using : " node16 "
43
+ using : " node20 "
44
44
main : " dist/index.js"
45
45
branding :
46
46
icon : " check-square"
You can’t perform that action at this time.
0 commit comments