Skip to content

Commit

Permalink
update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iChenLei committed Aug 6, 2023
1 parent 3f79c37 commit 01745c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
# The Node.js version to configure
node-version: ${{ matrix.node }}
- name: Install npm dependencies
run: npm install && npm install ts-node@latest
run: npm install
- name: Print put node & npm version
# Output useful info for debugging.
run: node --version && npm --version
- name: Print ts and ts-node version
run: cd packages/less && npm list typescript && npm list ts-node
run: cd packages/less && npm install ts-node@latest && npm list typescript && npm list ts-node
- name: Run unit test
run: cd packages/less && npm test

Expand Down

0 comments on commit 01745c9

Please sign in to comment.