Skip to content

Commit

Permalink
bla
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Apr 6, 2024
1 parent c13052f commit 61855cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
strategy:
fail-fast: true
matrix:
node-version: [14.x, 20.x]
node-version: [16.x, 20.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -27,6 +27,6 @@ jobs:
# GitHub Actions do not use a TTY, which is required for util.inspect to
# output in color, so use script to force a TTY.
- name: Running Tests
- run: npm run test
- run: npm test
# Workaround for No TTY issue
shell: 'script -qec "bash {0}"'

0 comments on commit 61855cd

Please sign in to comment.