Skip to content

Commit

Permalink
Fix indent error
Browse files Browse the repository at this point in the history
  • Loading branch information
HDegroote committed Nov 6, 2023
1 parent 2294d18 commit 5777e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2 https://github.com/actions/setup-node/releases/tag/v3.8.2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
- run: npm install
- run: npm test
trigger_canary:
if: startsWith(github.ref, 'refs/tags/') # Only run when a new package is published (detects when a new tag is pushed)
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5777e14

Please sign in to comment.