Upgrade Node.js to version 18 in the CI workflow
Version 16 that we used before is now in maintenance mode, so we should upgrade to the most recent LTS version. For more information on the Node.js release schedule please refer to https://github.com/nodejs/release#release-schedule.
This commit is contained in:
parent
ca668dfd41
commit
588447aa90
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -12,10 +12,10 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Use Node.js 16 LTS
|
- name: Use Node.js 18 LTS
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '16'
|
node-version: '18'
|
||||||
|
|
||||||
- name: Install Gulp
|
- name: Install Gulp
|
||||||
run: npm install -g gulp-cli
|
run: npm install -g gulp-cli
|
||||||
|
Loading…
Reference in New Issue
Block a user