mirror of https://github.com/snachodog/mybuddy.git
Update Node version used in CI
This commit is contained in:
parent
10f12f6a13
commit
b8ef378a8e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue