Skip to content

Commit

Permalink
Merge pull request #37 from ggtakec/update_support_node
Browse files Browse the repository at this point in the history
Updated support NodeJS version
  • Loading branch information
ggtakec authored Sep 4, 2023
2 parents 88dccbd + 9333199 commit 8a9c38c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
fail-fast: false

matrix:
node-version: [14, 16, 18]
node-version: [18, 20]

steps:
#
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/nodejstypevars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ elif [ "${CI_NODEJS_MAJOR_VERSION}" = "18" ]; then
INSTALLER_BIN="apt-get"
INSTALL_QUIET_ARG="-qq"
IS_PUBLISHER=1

elif [ "${CI_NODEJS_MAJOR_VERSION}" = "20" ]; then
INSTALL_PKG_LIST="git gcc g++ make chmpx-dev"
INSTALLER_BIN="apt-get"
INSTALL_QUIET_ARG="-qq"
IS_PUBLISHER=0
fi

#---------------------------------------------------------------
Expand Down

0 comments on commit 8a9c38c

Please sign in to comment.