Skip to content

Commit 0ad5c24

Browse files
committed
#129 Update Node.js version of test workflow
1 parent b044a3d commit 0ad5c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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)