Compare commits

..

No commits in common. "639177988c0c56b79293253732b2062764c883fd" and "10c18a91a230c0c1a652336b3733f6a8b43550a3" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ jobs:
main: main:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 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@v3

View file

@ -6,7 +6,7 @@ jobs:
main: main:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 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@v3

View file

@ -1,6 +1,6 @@
{ {
"name": "node-web-gpio", "name": "node-web-gpio",
"version": "1.0.29", "version": "1.0.28",
"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",