File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 99env :
1010 REPO_PATH : ${{ github.repository }}
1111 GIT_REF : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || 'main' }}
12- NODE_VERSION : 20.18.1
12+ NODE_VERSION : 20.19.2
1313 PNPM_VERSION : 10.8.1
1414
1515jobs :
Original file line number Diff line number Diff line change 99 branches : [main]
1010
1111env :
12- NODE_VERSION : 20.18.1
12+ NODE_VERSION : 20.19.2
1313 PNPM_VERSION : 10.8.1
1414
1515jobs :
Original file line number Diff line number Diff line change 77
88env :
99 GIT_REF : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || 'main' }}
10- NODE_VERSION : 20.18.1
10+ NODE_VERSION : 20.19.2
1111 PNPM_VERSION : 10.8.1
1212
1313jobs :
Original file line number Diff line number Diff line change 99 workflow_dispatch : # Allows manual triggering.
1010
1111env :
12- NODE_VERSION : 20.18.1
12+ NODE_VERSION : 20.19.2
1313 PNPM_VERSION : 10.8.1
1414
1515jobs :
Original file line number Diff line number Diff line change 77 workflow_dispatch : # Allows manual triggering
88
99env :
10- NODE_VERSION : 20.18.1
10+ NODE_VERSION : 20.19.2
1111 PNPM_VERSION : 10.8.1
1212
1313jobs :
Original file line number Diff line number Diff line change 1- 20 .19.2
1+ v20 .19.2
Original file line number Diff line number Diff line change @@ -176,16 +176,16 @@ for i in "${!options[@]}"; do
176176 case " ${plugin} " in
177177 " nodejs" )
178178 if ! command -v node & > /dev/null; then
179- asdf install nodejs 20.18.1 || exit 1
180- asdf set nodejs 20.18.1 || exit 1
179+ asdf install nodejs 20.19.2 || exit 1
180+ asdf set nodejs 20.19.2 || exit 1
181181 NODE_VERSION=$( node --version)
182182 echo " ✅ Node.js is installed ($NODE_VERSION )"
183183 else
184184 NODE_VERSION=$( node --version)
185185 echo " ✅ Node.js is installed ($NODE_VERSION )"
186186 fi
187187
188- if [[ $( node --version) != " v20.18.1 " ]]; then
188+ if [[ $( node --version) != " v20.19.2 " ]]; then
189189 NODE_VERSION=$( node --version)
190190 echo " 🚨 You have the wrong version of node installed ($NODE_VERSION )."
191191 echo " 💡 If you are using nvm then run 'nvm install' to install the version specified by the repo's .nvmrc."
You can’t perform that action at this time.
0 commit comments