Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kael-shipman committed Jan 10, 2024
1 parent 350d8be commit dbd1a9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ jobs:
NODE_VERSION="$(./scripts/.internal/getEngineVersion.js node)"
echo "NODE_VERSION=$NODE_VERSION"
echo "NODE_VERSION=$NODE_VERSION" >> $GITHUB_OUTPUTS
echo "NODE_VERSION=$NODE_VERSION" >> $GITHUB_OUTPUT
PNPM_VERSION="$(./scripts/.internal/getEngineVersion.js pnpm)"
echo "PNPM_VERSION=$PNPM_VERSION"
echo "PNPM_VERSION=$PNPM_VERSION" >> $GITHUB_OUTPUTS
echo "PNPM_VERSION=$PNPM_VERSION" >> $GITHUB_OUTPUT
# Output some info for debugging purposes
- name: Output Versions for Debugging
Expand Down

0 comments on commit dbd1a9f

Please sign in to comment.