Skip to content

Commit

Permalink
print deps version and remove node v14
Browse files Browse the repository at this point in the history
  • Loading branch information
iChenLei committed Aug 6, 2023
1 parent 843c864 commit e71f767
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- 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
- name: Run unit test
run: cd packages/less && npm test

Expand All @@ -38,7 +40,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [14, 16, 19]
node: [16, 19]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e71f767

Please sign in to comment.