summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2021-08-07 10:58:02 -0400
committerLex Neva <github.com@lexneva.name>2021-08-07 10:58:02 -0400
commit12ef0c84aa732623b210fdce1a7b8301aa435217 (patch)
tree4c7fbb33c4840be4bf8d8fecfd7fe481d0e56895 /.github
parentc1e6558f7852def419adfbeb087b2194e6030a2c (diff)
parentd6e20fae8a03ac162ae0c863fff06b5bd8b77902 (diff)
Merge remote-tracking branch 'origin/main' into kaalleen/satin-patterns
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f985eddc..2445dc0d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
python-version: '3.9.x'
- uses: actions/setup-node@v1
with:
- node-version: '15.x'
+ node-version: '16.x'
- uses: actions/cache@v2
id: pip-cache
@@ -91,7 +91,7 @@ jobs:
submodules: recursive
- uses: actions/setup-node@v1
with:
- node-version: '15.x'
+ node-version: '16.x'
- uses: actions/setup-python@v2
with:
python-version: '3.8.x'
@@ -129,7 +129,7 @@ jobs:
python-version: '3.9.x'
- uses: actions/setup-node@v1
with:
- node-version: '15.x'
+ node-version: '16.x'
- name: install dependencies
shell: bash
run: |
@@ -152,7 +152,7 @@ jobs:
pip install git+https://github.com/gtaylor/python-colormath
pip install -r requirements.txt
- pip install pyinstaller
+ pip install pyinstaller==4.3
echo "${{ env.pythonLocation }}/bin" >> $GITHUB_PATH
- shell: bash