Skip to content

Commit 76e74d9

Browse files
committed
build(release.yml): set node-version to lts/*
1 parent 01fcd49 commit 76e74d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 16
14+
node-version: lts/*
1515
cache: npm
1616
- run: npm ci
1717
- run: npm i semantic-release-plugin-update-version-in-files

0 commit comments

Comments
 (0)