diff --git a/.github/workflows/unit-testing.yml b/.github/workflows/unit-testing.yml index 877bae95..e4cb8ab0 100644 --- a/.github/workflows/unit-testing.yml +++ b/.github/workflows/unit-testing.yml @@ -1,7 +1,7 @@ # Testing GitHub Action that Node dependencies build correctly (JuliaZel & sburchfield33) # This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs - +# Edited: 02.2024 name: Unit Testing on: