mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Merge pull request #14361 from timvandermeij/nodejs
Upgrade Node.js to version 16 in the CI workflow
This commit is contained in:
commit
d856ed9395
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -9,10 +9,10 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Use Node.js 14 LTS
|
||||
uses: actions/setup-node@v1
|
||||
- name: Use Node.js 16 LTS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.x
|
||||
node-version: '16'
|
||||
|
||||
- name: Install Gulp
|
||||
run: npm install -g gulp-cli
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue