From 0b0c871ac7d909f87d3ffa540e5dd120a3c5d789 Mon Sep 17 00:00:00 2001 From: Miles B Huff Date: Fri, 15 Dec 2023 05:07:12 -0500 Subject: [PATCH] Fix spaces... again 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! --- .github/workflows/node.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 13c554f..1acc8bb 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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