Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
amh4r committed Oct 22, 2023
1 parent a612823 commit 475c005
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
with:
python-version: "${{ matrix.python-version }}"

- name: "Set up Node"
uses: "actions/setup-python@v2"
with:
node-version: "18.x"

- name: "Install"
run: "make install"

Expand All @@ -38,5 +43,3 @@ jobs:
- name: "Integration test"
# run: "make itest"
run: "npx --help"
with:
node-version: "18.x"

0 comments on commit 475c005

Please sign in to comment.