mirror of
https://github.com/chirimen-oh/node-web-i2c.git
synced 2025-01-18 16:08:06 +00:00
use latest lts node-version
This commit is contained in:
parent
22d1e6db91
commit
5a9dfe5ea5
2 changed files with 3 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -6,7 +6,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with: { node-version: 14 }
|
||||
with:
|
||||
node-version: "lts/*"
|
||||
- id: yarn_cache
|
||||
run: echo "::set-output name=dir::$(yarn cache dir)"
|
||||
- uses: actions/cache@v2
|
||||
|
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14
|
||||
node-version: "lts/*"
|
||||
cache: yarn
|
||||
registry-url: https://registry.npmjs.org/
|
||||
- run: yarn
|
||||
|
|
Loading…
Add table
Reference in a new issue