Skip to content

Commit 5d67d2c

Browse files
authored
Merge pull request #342 from arduino/dependabot/npm_and_yarn/types/node-16.18.76
Bump @types/node from 16.18.75 to 16.18.76
2 parents 2050d97 + 88d0d36 commit 5d67d2c

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
@@ -52,6 +52,16 @@ jobs:
5252
location: ${{ runner.temp }}/json-schema
5353
file-name: ava.json
5454

55+
# This schema is referenced by the package.json schema, so must also be accessible.
56+
- name: Download base JSON schema
57+
id: download-base-schema
58+
uses: carlosperate/download-file-action@v2
59+
with:
60+
# See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/base.json
61+
file-url: https://json.schemastore.org/base.json
62+
location: ${{ runner.temp }}/json-schema
63+
file-name: base.json
64+
5565
# This schema is referenced by the package.json schema, so must also be accessible.
5666
- name: Download JSON schema for eslintrc.json
5767
id: download-eslintrc-schema
@@ -132,6 +142,7 @@ jobs:
132142
ajv validate \
133143
-s "${{ steps.download-schema.outputs.file-path }}" \
134144
-r "${{ steps.download-ava-schema.outputs.file-path }}" \
145+
-r "${{ steps.download-base-schema.outputs.file-path }}" \
135146
-r "${{ steps.download-eslintrc-schema.outputs.file-path }}" \
136147
-r "${{ steps.download-jscpd-schema.outputs.file-path }}" \
137148
-r "${{ steps.download-npm-badges-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.75",
33+
"@types/node": "^16.18.76",
3434
"@types/semver": "^7.5.6",
3535
"@vercel/ncc": "^0.38.1",
3636
"jest": "^28.1.3",

0 commit comments

Comments
 (0)