Compare commits

...

4 commits

Author SHA1 Message Date
bot
5ecb0d0321 1.1.9 2025-01-01 06:54:31 +00:00
renovate[bot]
e700437b3a
chore(deps): update yarn to v1.22.22 (#84)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-01 06:54:15 +00:00
bot
44cec2ad6c 1.1.8 2025-01-01 03:31:59 +00:00
renovate[bot]
a57c66de47
chore(deps): update actions/cache digest to 1bd1e32 (#83)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-01 03:31:15 +00:00
3 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "node-web-gpio", "name": "node-web-gpio",
"version": "1.1.7", "version": "1.1.9",
"description": "GPIO access with Node.js", "description": "GPIO access with Node.js",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@ -45,5 +45,5 @@
"robots", "robots",
"rpi" "rpi"
], ],
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447" "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
} }