Compare commits

..

No commits in common. "a4ac6394e36df5765ec5c765915929bd4f171941" and "70c3b38b46c6e6cbb424abcf1c880a3df1c754ce" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ name: build
on: pull_request
jobs:
main:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- id: yarn_cache

View file

@ -4,7 +4,7 @@ on:
branches: [master]
jobs:
main:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- id: yarn_cache

View file

@ -1,6 +1,6 @@
{
"name": "node-web-gpio",
"version": "1.0.25",
"version": "1.0.24",
"description": "GPIO access with Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",