mirror of
https://github.com/chirimen-oh/node-web-gpio.git
synced 2025-02-03 15:48:41 +00:00
Compare commits
2 commits
70c3b38b46
...
a4ac6394e3
Author | SHA1 | Date | |
---|---|---|---|
|
a4ac6394e3 | ||
|
587217c4ed |
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -2,7 +2,7 @@ name: build
|
|||
on: pull_request
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- id: yarn_cache
|
||||
|
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
branches: [master]
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- id: yarn_cache
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "node-web-gpio",
|
||||
"version": "1.0.24",
|
||||
"version": "1.0.25",
|
||||
"description": "GPIO access with Node.js",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
|
Loading…
Add table
Reference in a new issue