Skip to content

Commit

Permalink
Test Node.js 18
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Aug 15, 2022
1 parent 838cf2f commit fc64ef9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ workflows:
- build
matrix:
parameters:
node-version: ["14", "16"]
node-version: ["14", "16", "18"]
- test-chrome:
requires:
- build
Expand Down Expand Up @@ -245,6 +245,7 @@ jobs:
declare -A node_links=(
["14"]="https://deb.nodesource.com/node_14.x/pool/main/n/nodejs/nodejs_14.18.0-deb-1nodesource1_amd64.deb"
["16"]="https://deb.nodesource.com/node_16.x/pool/main/n/nodejs/nodejs_16.13.2-deb-1nodesource1_amd64.deb"
["18"]="https://deb.nodesource.com/node_18.x/pool/main/n/nodejs/nodejs_18.7.0-deb-1nodesource1_amd64.deb"
)
wget -O "$HOME/nodejs.deb" "${node_links[<< parameters.node-version >>]}"
sudo dpkg -i "$HOME/nodejs.deb"
Expand Down

0 comments on commit fc64ef9

Please sign in to comment.