Skip to content

Commit

Permalink
Merge pull request #194 from arduino/dependabot/npm_and_yarn/types/no…
Browse files Browse the repository at this point in the history
…de-16.18.3

Bump @types/node from 16.18.2 to 16.18.3
  • Loading branch information
per1234 authored Oct 31, 2022
2 parents 36f5973 + 988bd0d commit e9a3087
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
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

0 comments on commit e9a3087

Please sign in to comment.