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:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user