mirror of https://github.com/snachodog/mybuddy.git
Update CI node version to 16
This commit is contained in:
parent
7b9373081c
commit
b103ffe106
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue