mirror of
https://github.com/chirimen-oh/node-web-i2c.git
synced 2025-02-04 07:58:39 +00:00
Compare commits
No commits in common. "0ca4f6bb54512733e7099434f5ae411d74420af4" and "15d12e81251088e93f2598277ef4dfdffa566dcf" have entirely different histories.
0ca4f6bb54
...
15d12e8125
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -4,7 +4,7 @@ jobs:
|
|||
main:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "lts/*"
|
||||
|
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -6,7 +6,7 @@ jobs:
|
|||
main:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "lts/*"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "node-web-i2c",
|
||||
"version": "1.1.33",
|
||||
"version": "1.1.32",
|
||||
"description": "I2C access with Node.js",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
|
|
Loading…
Add table
Reference in a new issue