Skip to content

Commit

Permalink
Update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Nov 22, 2024
1 parent 2f76ef3 commit 03304b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- id: node-version
uses: apexskier/github-semver-parse@v1
with:
version: ${{ steps.setup-node.outputs.ode-version }}
version: ${{ steps.setup-node.outputs.node-version }}
- env:
N_VERSION: ${{steps.setup-node.outputs.node-version}}
run: echo "$N_VERSION"
Expand Down

0 comments on commit 03304b8

Please sign in to comment.