diff --git a/.github/workflows/javascript_tests.yml b/.github/workflows/javascript_tests.yml index e841dd74d8ed..7da08532de5c 100644 --- a/.github/workflows/javascript_tests.yml +++ b/.github/workflows/javascript_tests.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '20' # Should match what's in our Dockerfile + node-version: '18' # Should match what's in our Dockerfile - uses: actions/cache@v3 id: npm-cache with: diff --git a/scripts/install_nodejs.sh b/scripts/install_nodejs.sh index cbfea50f6d65..bfe415c74e5c 100755 --- a/scripts/install_nodejs.sh +++ b/scripts/install_nodejs.sh @@ -1,6 +1,6 @@ # See https://github.com/nodesource/distributions#debian-and-ubuntu-based-distributions -NODE_MAJOR=20 +NODE_MAJOR=18 # Download and import the Nodesource GPG key apt-get install -y ca-certificates curl gnupg