Compare commits

..

No commits in common. "6cf2d66fe1f08bb07613898b614f7f3406035388" and "3179f74f678dc9c3b3c5de31d5fa110ab02a5906" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ jobs:
main:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- id: yarn_cache
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v3

View file

@ -6,7 +6,7 @@ jobs:
main:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- id: yarn_cache
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v3

View file

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