Update CI to use Node.js 20 LTS

- Switch from deprecated Node.js 16.x to current LTS 20.x
- Update setup script URL to use setup_20.x
This commit is contained in:
Deploy Bot
2025-07-17 21:55:50 -04:00
parent 07cfca4908
commit 1592f73dff

View File

@@ -144,8 +144,8 @@ jobs:
- name: Run deployment tests
run: |
# Install Node.js for deployment tests
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
# Install Node.js 20.x LTS for deployment tests
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt-get install -y nodejs
# Run deployment tests