Skip to content

Commit

Permalink
Try invoking differently
Browse files Browse the repository at this point in the history
The quoting did not work on windows
  • Loading branch information
banga committed Dec 31, 2023
1 parent 3c904ce commit 591352e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: node -e 'import("terminal-size").then(t => console.log(t.default()))'
- run: node test.mjs
2 changes: 2 additions & 0 deletions test.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import terminalSize from 'terminal-size';
console.log(terminalSize());

0 comments on commit 591352e

Please sign in to comment.