Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit 6ab9844

Browse files
committed
Fix github action workflow
1 parent b59fd79 commit 6ab9844

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
python-version: [2.7, 3.6, 3.7, 3.8, 3.9, "3.10"]
12-
node-version: 16
12+
node-version: [16]
1313

1414
steps:
1515
- name: Checkout

0 commit comments

Comments
 (0)