update versions throughout

This commit is contained in:
andy 2021-07-04 22:34:08 +01:00
parent 8c9896ba51
commit e51976dc1f

View File

@ -74,20 +74,20 @@ jobs:
python-version: 3.8 python-version: 3.8
# PYTHON for dependency export only, not installing # PYTHON for dependency export only, not installing
- name: Install Poetry 1.1.4 - name: Install Poetry 1.1.7
uses: abatilo/actions-poetry@v2.1.0 uses: abatilo/actions-poetry@v2.1.0
with: with:
poetry-version: 1.1.4 poetry-version: 1.1.7
# PYTHON install dependencies # PYTHON install dependencies
- name: Install Python Dependencies - name: Install Python Dependencies
run: poetry install run: poetry install
# JS setup for jsdoc # JS setup for jsdoc
- name: Install Node ${{ matrix.node }} - name: Install Node 16
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with:
node-version: ${{ matrix.node }} node-version: 16
# JS setup for jsdoc # JS setup for jsdoc
- name: Install jsdoc - name: Install jsdoc
@ -128,20 +128,20 @@ jobs:
python-version: 3.8 python-version: 3.8
# PYTHON for dependency export only, not installing # PYTHON for dependency export only, not installing
- name: Install Poetry 1.1.4 - name: Install Poetry 1.1.7
uses: abatilo/actions-poetry@v2.1.0 uses: abatilo/actions-poetry@v2.1.0
with: with:
poetry-version: 1.1.4 poetry-version: 1.1.7
# PYTHON Export Poetry dependencies as requirements.txt # PYTHON Export Poetry dependencies as requirements.txt
- name: Export Poetry Dependencies - name: Export Poetry Dependencies
run: python admin.py pydepend run: python admin.py pydepend
# JS setup # JS setup
- name: Install Node 14 - name: Install Node 16
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with:
node-version: 14 node-version: 16
# JS install from lock.json # JS install from lock.json
- name: Install Node Packages - name: Install Node Packages