forked from mirrors/probot
build(release.yml): set node-version to lts/*
This commit is contained in:
parent
ff524af791
commit
99c7b129cd
|
@ -14,7 +14,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: lts/*
|
||||
cache: npm
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
|
|
Loading…
Reference in New Issue