Skip to content

Commit

Permalink
See what terminal-size prints on each platform
Browse files Browse the repository at this point in the history
  • Loading branch information
banga committed Dec 31, 2023
1 parent 65e41e9 commit 3c904ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
with:
node-version: ${{ matrix.node_version }}
- run: npm install --frozen-lockfile
- run: npm test
- run: node -e 'import("terminal-size").then(t => console.log(t.default()))'

0 comments on commit 3c904ce

Please sign in to comment.