8000 ci(release): use latest Node LTS · node-fetch/node-fetch@49bef02 · GitHub
[go: up one dir, main page]

Skip to content

Commit 49bef02

Browse files
committed
ci(release): use latest Node LTS
1 parent ce37bcd commit 49bef02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-node@v2
1717
with:
18-
node-version: 16
18+
node-version: "lts/*"
1919
- run: npx semantic-release
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)
0