Skip to content

Commit

Permalink
Removed redundant separate node20 step
Browse files Browse the repository at this point in the history
  • Loading branch information
zhendrikse committed Oct 21, 2023
1 parent a1c53c6 commit 63a355f
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,6 @@ jobs:
npm test
working-directory: tdd-katas/babysteps-timer/babysteps-typescript
single-node-version-tests:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [20.x]

steps:
- uses: actions/checkout@v3
- name: Babysteps timer Typescript with ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: |
npm ci
npm test
working-directory: kata-solutions/babysteps-timer/babysteps-typescript
kata-solutions-tests:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 63a355f

Please sign in to comment.