diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4e0248a..f167600 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -1,7 +1,6 @@ name: "Code scanning" on: - push: pull_request: schedule: - cron: '0 21 * * 4' @@ -23,7 +22,7 @@ jobs: # the head of the pull request instead of the merge commit. - run: git checkout HEAD^2 if: ${{ github.event_name == 'pull_request' }} - + # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v1 diff --git a/LICENSE b/LICENSE index 11b3f40..84cfd11 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017-2020 tclindner +Copyright (c) 2017-2021 tclindner Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index ca64da9..79692e0 100644 --- a/README.md +++ b/README.md @@ -62,4 +62,4 @@ Please see [CHANGELOG.md](CHANGELOG.md). ## License -Copyright (c) 2017-2020 Thomas Lindner. Licensed under the MIT license. +Copyright (c) 2017-2021 Thomas Lindner. Licensed under the MIT license. diff --git a/index.js b/index.js index de1bcde..8a905d5 100644 --- a/index.js +++ b/index.js @@ -37,6 +37,10 @@ const config = { node: '>=10.0.0', npm: '>=6.0.0', }, + { + node: '>=12.0.0', + npm: '>=6.0.0', + }, ], ], 'valid-values-private': ['error', [false]], diff --git a/package-lock.json b/package-lock.json index 535e5e7..800eb2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "npm-package-json-lint-config-tc", - "version": "4.0.0", + "version": "4.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b9f41c8..c80ec62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-package-json-lint-config-tc", - "version": "4.0.0", + "version": "4.1.0", "description": "npm-package-json-lint shareable config for TC's projects", "keywords": [ "lint",