Update Node version used in CI

This commit is contained in:
Christopher C. Wells 2021-11-13 06:31:29 -08:00
parent 10f12f6a13
commit b8ef378a8e
1 changed files with 1 additions and 1 deletions

View File

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