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
|
- name: Run deployment tests
|
||||||
run: |
|
run: |
|
||||||
# Install Node.js for deployment tests
|
# Install Node.js 20.x LTS for deployment tests
|
||||||
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
|
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
|
||||||
sudo apt-get install -y nodejs
|
sudo apt-get install -y nodejs
|
||||||
|
|
||||||
# Run deployment tests
|
# Run deployment tests
|
||||||
|
|||||||
Reference in New Issue
Block a user