diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 701b5b1..ae9f4e9 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -1,4 +1,4 @@ -# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code, and run tests across different versions of the node +oin# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code, and run tests across different versions of the node # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs name: Node.js CI For Accord @@ -28,5 +28,5 @@ jobs: cache: 'npm' - run: cd Application/Frontend # Navigating to the Frontend folder before anything else - run: npm install -g npm-check - - run: npm --v + - run: npm --version - run: npm test