Update CI node version to 16

This commit is contained in:
Christopher C. Wells 2022-06-02 11:20:39 -07:00
parent 7b9373081c
commit b103ffe106
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: 16
- run: npm install -g gulp-cli
- run: npm install
- name: Install pipenv