Skip to content

Bump @types/node from 16.18.2 to 16.18.3 #194

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/check-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ jobs:
location: ${{ runner.temp }}/json-schema
file-name: jscpd-schema.json

# This schema is referenced by the package.json schema, so must also be accessible.
- name: Download JSON schema for Prettier configuration file
id: download-npm-badges-schema
uses: carlosperate/download-file-action@v2
with:
# See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/npm-badges.json
file-url: https://json.schemastore.org/npm-badges.json
location: ${{ runner.temp }}/json-schema
file-name: npm-badges-schema.json

# This schema is referenced by the package.json schema, so must also be accessible.
- name: Download JSON schema for Prettier configuration file
id: download-prettierrc-schema
Expand Down Expand Up @@ -114,6 +124,7 @@ jobs:
-r "${{ steps.download-ava-schema.outputs.file-path }}" \
-r "${{ steps.download-eslintrc-schema.outputs.file-path }}" \
-r "${{ steps.download-jscpd-schema.outputs.file-path }}" \
-r "${{ steps.download-npm-badges-schema.outputs.file-path }}" \
-r "${{ steps.download-prettierrc-schema.outputs.file-path }}" \
-r "${{ steps.download-semantic-release-schema.outputs.file-path }}" \
-r "${{ steps.download-stylelintrc-schema.outputs.file-path }}" \
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@actions/io": "^1.1.2",
"@types/jest": "^28.1.8",
"@types/node": "^16.18.2",
"@types/node": "^16.18.3",
"@types/semver": "^7.3.13",
"@vercel/ncc": "^0.34.0",
"jest": "^28.1.3",
Expand Down