Skip to content

Commit e9a3087

Browse files
authored
Merge pull request #194 from arduino/dependabot/npm_and_yarn/types/node-16.18.3
Bump @types/node from 16.18.2 to 16.18.3
2 parents 36f5973 + 988bd0d commit e9a3087

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed

.github/workflows/check-npm.yml

+11
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@ jobs:
7272
location: ${{ runner.temp }}/json-schema
7373
file-name: jscpd-schema.json
7474

75+
# This schema is referenced by the package.json schema, so must also be accessible.
76+
- name: Download JSON schema for Prettier configuration file
77+
id: download-npm-badges-schema
78+
uses: carlosperate/download-file-action@v2
79+
with:
80+
# See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/npm-badges.json
81+
file-url: https://json.schemastore.org/npm-badges.json
82+
location: ${{ runner.temp }}/json-schema
83+
file-name: npm-badges-schema.json
84+
7585
# This schema is referenced by the package.json schema, so must also be accessible.
7686
- name: Download JSON schema for Prettier configuration file
7787
id: download-prettierrc-schema
@@ -114,6 +124,7 @@ jobs:
114124
-r "${{ steps.download-ava-schema.outputs.file-path }}" \
115125
-r "${{ steps.download-eslintrc-schema.outputs.file-path }}" \
116126
-r "${{ steps.download-jscpd-schema.outputs.file-path }}" \
127+
-r "${{ steps.download-npm-badges-schema.outputs.file-path }}" \
117128
-r "${{ steps.download-prettierrc-schema.outputs.file-path }}" \
118129
-r "${{ steps.download-semantic-release-schema.outputs.file-path }}" \
119130
-r "${{ steps.download-stylelintrc-schema.outputs.file-path }}" \

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@actions/io": "^1.1.2",
3232
"@types/jest": "^28.1.8",
33-
"@types/node": "^16.18.2",
33+
"@types/node": "^16.18.3",
3434
"@types/semver": "^7.3.13",
3535
"@vercel/ncc": "^0.34.0",
3636
"jest": "^28.1.3",

0 commit comments

Comments
 (0)