Skip to content

Commit a5bcde1

Browse files
authored
use Node LTS in nextrelease action
1 parent 9e25ed9 commit a5bcde1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/nextrelease.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
fetch-depth: 0
1717
- uses: actions/setup-node@v2
1818
with:
19-
node-version: '16'
20-
registry-url: 'https://registry.npmjs.org'
19+
node-version: 'lts/*'
2120
- uses: dropseed/nextrelease@v1
2221
with:
2322
prepare_cmd: |

0 commit comments

Comments
 (0)