mirror of
https://github.com/chirimen-oh/node-web-gpio.git
synced 2025-02-03 15:48:41 +00:00
Compare commits
2 commits
f1dc12b4a1
...
fd7fb7b37b
Author | SHA1 | Date | |
---|---|---|---|
|
fd7fb7b37b | ||
|
61185aeec0 |
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
||||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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@v3
|
- uses: actions/cache@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') }}
|
||||||
|
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
||||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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@v3
|
- uses: actions/cache@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') }}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "node-web-gpio",
|
"name": "node-web-gpio",
|
||||||
"version": "1.0.32",
|
"version": "1.0.33",
|
||||||
"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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue