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 99Follow the installation instructions here:<br />
1010https://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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Check npm
22
33env :
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
88on :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Check Packaging
22
33env :
44 # See: https://github.com/actions/setup-node/#readme
5- NODE_VERSION : 16 .x
5+ NODE_VERSION : 20 .x
66
77on :
88 push :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Test Action
22
33env :
44 # See: https://github.com/actions/setup-node/#readme
5- NODE_VERSION : 16 .x
5+ NODE_VERSION : 20 .x
66
77on :
88 push :
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ inputs:
4040 required : false
4141 default : ${{ github.token }}
4242runs :
43- using : " node16 "
43+ using : " node20 "
4444 main : " dist/index.js"
4545branding :
4646 icon : " check-square"
You can’t perform that action at this time.
0 commit comments