mirror of
https://github.com/chirimen-oh/node-web-i2c.git
synced 2025-02-03 23:48:38 +00:00
Compare commits
2 commits
15d12e8125
...
0ca4f6bb54
Author | SHA1 | Date | |
---|---|---|---|
|
0ca4f6bb54 | ||
|
a233915475 |
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@v3
|
||||
- uses: actions/checkout@v4
|
||||
- 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@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "lts/*"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "node-web-i2c",
|
||||
"version": "1.1.32",
|
||||
"version": "1.1.33",
|
||||
"description": "I2C access with Node.js",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
|
|
Loading…
Add table
Reference in a new issue