use latest lts node-version

This commit is contained in:
Nebel 2021-07-06 13:51:51 +09:00
parent 22d1e6db91
commit 5a9dfe5ea5
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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