Skip to content

Commit

Permalink
Merge pull request #140 from dailybruin/Ed/TestGitHubAction
Browse files Browse the repository at this point in the history
Fixed output of node version
  • Loading branch information
EdNawrocki authored Aug 19, 2024
2 parents 05ac070 + c431a3a commit 64ca4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4 # on the runner, check out this code on
- run: touch test.txt
- run: echo hello > test.txt
- run: echo ${nvm --version} >> test.txt
- run: echo $(node --version) >> test.txt
# - run: yarn
# - run: yarn build
# - run: pm2 reload flamingo # reloads on the DigitalOcean droplet
Expand Down

0 comments on commit 64ca4d9

Please sign in to comment.