Skip to content

Commit

Permalink
chore: First implementation
Browse files Browse the repository at this point in the history
Signed-off-by: Jefferson <[email protected]>
  • Loading branch information
riosje committed Feb 26, 2024
1 parent e3a054e commit 7b7d008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
with:
nsolid-version: ${{ matrix.nsolid-version }}
- name: Verify Nsolid
run: node -vv
run: nsolid -vv
- name: Verify Node version
run: node -v
run: nsolid -v

nsolid-latest:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 7b7d008

Please sign in to comment.