Skip to content

Commit 82df954

Browse files
authored
Merge pull request #339 from arduino/dependabot/npm_and_yarn/types/node-16.18.74
Bump @types/node from 16.18.71 to 16.18.74
2 parents 4748e4a + 64a6d36 commit 82df954

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed

.github/workflows/check-npm.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,16 @@ jobs:
8282
location: ${{ runner.temp }}/json-schema
8383
file-name: npm-badges-schema.json
8484

85+
# This schema is referenced by the package.json schema, so must also be accessible.
86+
- name: Download JSON schema for ESLint plugins
87+
id: download-partial-eslint-plugins-schema
88+
uses: carlosperate/download-file-action@v2
89+
with:
90+
# See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/partial-eslint-plugins.json
91+
file-url: https://json.schemastore.org/partial-eslint-plugins.json
92+
location: ${{ runner.temp }}/json-schema
93+
file-name: partial-eslint-plugins.json
94+
8595
# This schema is referenced by the package.json schema, so must also be accessible.
8696
- name: Download JSON schema for Prettier configuration file
8797
id: download-prettierrc-schema
@@ -125,6 +135,7 @@ jobs:
125135
-r "${{ steps.download-eslintrc-schema.outputs.file-path }}" \
126136
-r "${{ steps.download-jscpd-schema.outputs.file-path }}" \
127137
-r "${{ steps.download-npm-badges-schema.outputs.file-path }}" \
138+
-r "${{ steps.download-partial-eslint-plugins-schema.outputs.file-path }}" \
128139
-r "${{ steps.download-prettierrc-schema.outputs.file-path }}" \
129140
-r "${{ steps.download-semantic-release-schema.outputs.file-path }}" \
130141
-r "${{ steps.download-stylelintrc-schema.outputs.file-path }}" \

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@actions/io": "^1.1.3",
3232
"@types/jest": "^28.1.8",
33-
"@types/node": "^16.18.71",
33+
"@types/node": "^16.18.74",
3434
"@types/semver": "^7.5.6",
3535
"@vercel/ncc": "^0.38.1",
3636
"jest": "^28.1.3",

0 commit comments

Comments
 (0)