Skip to content

Commit

Permalink
Cut v from node version.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Sep 27, 2024
1 parent 672ad18 commit 3ef7333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- run: npm link
- run: /opt/hostedtoolcache/node/$(node --version)/x64/bin/bob build
- run: /opt/hostedtoolcache/node/$(node --version | cut -c2-)/x64/bin/bob build
- uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3ef7333

Please sign in to comment.