Merge pull request #15906 from timvandermeij/nodejs

Upgrade Node.js to version 18 in the CI workflow
This commit is contained in:
Jonas Jenwald 2023-01-08 20:32:22 +01:00 committed by GitHub
commit 067d3b70aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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