-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop node14 and Bump npm-package-json-lint/npm-package-json-lint-conf…
…ig-tc (#623) * Bump npm-package-json-lint and npm-package-json-lint-config-tc Bumps [npm-package-json-lint](https://github.com/tclindner/npm-package-json-lint) and [npm-package-json-lint-config-tc](https://github.com/tclindner/npm-package-json-lint-config-tc). These dependencies needed to be updated together. Updates `npm-package-json-lint` from 6.4.0 to 7.0.0 - [Release notes](https://github.com/tclindner/npm-package-json-lint/releases) - [Changelog](https://github.com/tclindner/npm-package-json-lint/blob/master/CHANGELOG.md) - [Commits](tclindner/npm-package-json-lint@v6.4.0...v7.0.0) Updates `npm-package-json-lint-config-tc` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/tclindner/npm-package-json-lint-config-tc/releases) - [Changelog](https://github.com/tclindner/npm-package-json-lint-config-tc/blob/main/CHANGELOG.md) - [Commits](tclindner/npm-package-json-lint-config-tc@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: npm-package-json-lint dependency-type: direct:development update-type: version-update:semver-major - dependency-name: npm-package-json-lint-config-tc dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update package.json * Update README.md * Update LICENSE * Update CONTRIBUTING.md * Update ci.yml * Update release.yml * Update prerelease.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Lindner <[email protected]>
- Loading branch information
1 parent
a60e096
commit f388f5d
Showing
8 changed files
with
45 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/[email protected] | ||
with: | ||
node-version: '14.x' | ||
node-version: '16' | ||
- run: npm ci --no-progress | ||
- run: npm run lint | ||
|
||
|
@@ -27,7 +27,7 @@ jobs: | |
|
||
strategy: | ||
matrix: | ||
node: [14, 16, 18] | ||
node: [16, 18, 20] | ||
os: [ubuntu-latest, windows-latest] | ||
|
||
steps: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/[email protected] | ||
with: | ||
node-version: '14.x' | ||
node-version: '16' | ||
registry-url: 'https://registry.npmjs.org' | ||
- run: npm ci --no-progress --production | ||
- run: npm version --no-push --no-git-tag-version --yes ${{ github.event.release.tag_name }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/[email protected] | ||
with: | ||
node-version: '14.x' | ||
node-version: '16' | ||
registry-url: 'https://registry.npmjs.org' | ||
- run: npm ci --no-progress --production | ||
- run: npm version --no-push --no-git-tag-version --yes ${{ github.event.release.tag_name }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters