Compare commits

..

No commits in common. "fd7fb7b37b058d02bd62b6aa0f68fa1b82e8c296" and "f1dc12b4a1b83ac8092f4f62987ad190bc5e6cac" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "node-web-gpio",
"version": "1.0.33",
"version": "1.0.32",
"description": "GPIO access with Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",