diff --git a/.github/workflows/testAndCoverage.yml b/.github/workflows/testAndCoverage.yml index 480dca2..fdc0bd2 100644 --- a/.github/workflows/testAndCoverage.yml +++ b/.github/workflows/testAndCoverage.yml @@ -1,16 +1,12 @@ name: Test, lint and Code Coverage -on: [ push, pull_request ] +on: [ push ] jobs: build: runs-on: ubuntu-latest - strategy: - matrix: - node-version: [ 10.x, 12.x, 14.x ] - steps: - name: Checkout repository uses: actions/checkout@v2 @@ -18,7 +14,7 @@ jobs: - name: Set up Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: - node-version: ${{ matrix.node-version }} + node-version: 14.x - name: Install dependencies run: npm install diff --git a/.prettierrc.json b/.prettierrc.json new file mode 100644 index 0000000..b84e3ef --- /dev/null +++ b/.prettierrc.json @@ -0,0 +1,3 @@ +{ + "endOfLine": "lf" +} \ No newline at end of file diff --git a/package.json b/package.json index 46057b4..3e61c50 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "random", "dx" ], - "author": "Morgan Owen", + "author": "Morgan Sands", "license": "MIT", "bugs": { "url": "https://github.com/mog13/DXJS/issues"