mirror of
https://github.com/chirimen-oh/node-web-i2c.git
synced 2025-04-01 19:05:19 +00:00
Merge branch 'master' into feature/tsdoc
This commit is contained in:
commit
4cb7c6d376
3 changed files with 5 additions and 5 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -4,8 +4,8 @@ jobs:
|
|||
main:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "lts/*"
|
||||
cache: yarn
|
||||
|
|
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
@ -6,8 +6,8 @@ jobs:
|
|||
main:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "lts/*"
|
||||
cache: yarn
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "node-web-i2c",
|
||||
"version": "1.1.17",
|
||||
"version": "1.1.18",
|
||||
"description": "I2C access with Node.js",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
|
|
Loading…
Add table
Reference in a new issue