Skip to content

Commit f17ba4a

Browse files
authored
Merge pull request #130 from astropenguin/astropenguin/issue129
Update project dependencies
2 parents 715bf58 + 0ad5c24 commit f17ba4a

File tree

3 files changed

+182
-248
lines changed

3 files changed

+182
-248
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: ${{ matrix.python }}
2525
- uses: actions/setup-node@v2
2626
with:
27-
node-version: "15"
27+
node-version: "lts/gallium"
2828
- name: Install project dependencies
2929
run: pip install poetry && poetry install && npm install
3030
- name: Test code's formatting (Black)

0 commit comments

Comments
 (0)