Skip to content

Commit f3debe3

Browse files
committed
ci
1 parent da156fa commit f3debe3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,14 @@ jobs:
2020
uses: actions/setup-python@v2
2121
with:
2222
python-version: 3.9
23+
- uses: actions/setup-node@v2
24+
with:
25+
node-version: '12'
2326
- name: Install dependencies
2427
run: |
2528
pip install poetry==1.1.4
2629
poetry install
30+
npm install
2731
- name: Lint
2832
run: |
2933
./lint

0 commit comments

Comments
 (0)