Merge pull request #14361 from timvandermeij/nodejs

Upgrade Node.js to version 16 in the CI workflow
This commit is contained in:
Jonas Jenwald 2021-12-11 15:58:00 +01:00 committed by GitHub
commit d856ed9395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,10 +9,10 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Use Node.js 14 LTS - name: Use Node.js 16 LTS
uses: actions/setup-node@v1 uses: actions/setup-node@v2
with: with:
node-version: 14.x node-version: '16'
- name: Install Gulp - name: Install Gulp
run: npm install -g gulp-cli run: npm install -g gulp-cli