Skip to content

Commit

Permalink
Fix spaces... again
Browse files Browse the repository at this point in the history
VSCode is broken!  It keeps randomly fucking with the spaces in this file!  Every time I do something, it switches back to tabs!  I'm going to lose my mind!
  • Loading branch information
MilesBHuff committed Dec 15, 2023
1 parent 9dc5de2 commit 0b0c871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v4 ## HTTPS://GitHub.com/actions/checkout
uses: actions/checkout@v4 ## HTTPS://GitHub.com/actions/checkout
- name: Set up Node.js
uses: actions/setup-node@v4 ## HTTPS://GitHub.com/actions/setup-node
uses: actions/setup-node@v4 ## HTTPS://GitHub.com/actions/setup-node
with:
node-version-file: frontend/.nvmrc
cache: npm
Expand Down

0 comments on commit 0b0c871

Please sign in to comment.