Skip to content

Commit

Permalink
GitHub documentation has one more indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kennsippell committed Jan 21, 2024
1 parent 889e361 commit e4975ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
timeout-minutes: 15

steps:
- uses: actions/checkout@v2
- name: actions/setup-node@v1
with:
node-version: 20.x
- run: npm ci
- run: npm test
- uses: actions/checkout@v2
- name: actions/setup-node@v1
with:
node-version: 20.x
- run: npm ci
- run: npm test

0 comments on commit e4975ad

Please sign in to comment.