fix: Update the node version in github action to lts
This commit is contained in:
parent
a237b71baa
commit
4ba72d3b34
|
@ -156,9 +156,9 @@ jobs:
|
|||
needs: [ test, upload-coverage ]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '14.17'
|
||||
node-version: 'lts/*'
|
||||
|
||||
- name: Run semantic-release
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue