1
0
Fork 0
mirror of https://github.com/chirimen-oh/node-web-gpio.git synced 2025-04-08 22:26:24 +00:00

Compare commits

..

No commits in common. "master" and "v1.1.12" have entirely different histories.

4 changed files with 8 additions and 8 deletions

View file

@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- id: yarn_cache
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
with:
path: ${{ steps.yarn_cache.outputs.dir }}
key: yarn-${{ hashFiles('**/yarn.lock') }}

View file

@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- id: yarn_cache
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
with:
path: ${{ steps.yarn_cache.outputs.dir }}
key: yarn-${{ hashFiles('**/yarn.lock') }}

View file

@ -1,6 +1,6 @@
{
"name": "node-web-gpio",
"version": "1.1.15",
"version": "1.1.12",
"description": "GPIO access with Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -15,7 +15,7 @@
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "22.13.16",
"@types/node": "22.10.3",
"husky": "9.1.7",
"lint-staged": "15.3.0",
"prettier": "3.3.3",

View file

@ -112,10 +112,10 @@
dependencies:
"@types/unist" "*"
"@types/node@22.13.16":
version "22.13.16"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.16.tgz#802cff8e4c3b3fc7461c2adcc92d73d89779edad"
integrity sha512-15tM+qA4Ypml/N7kyRdvfRjBQT2RL461uF1Bldn06K0Nzn1lY3nAPgHlsVrJxdZ9WhZiW0Fmc1lOYMtDsAuB3w==
"@types/node@22.10.3":
version "22.10.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.3.tgz#cdc2a89bf6e5d5e593fad08e83f74d7348d5dd10"
integrity sha512-DifAyw4BkrufCILvD3ucnuN8eydUfc/C1GlyrnI+LK6543w5/L3VeVgf05o3B4fqSXP1dKYLOZsKfutpxPzZrw==
dependencies:
undici-types "~6.20.0"