Skip to content

Commit 0d89a54

Browse files
authored
fix: semantic-release require node >= 18 (#55)
See https://github.com/semantic-release/semantic-release/blob/master/docs/support/node-version.md for more details and solutions.
1 parent 96f2b64 commit 0d89a54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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
- run: npm ci
1616
- run: npm run build
1717
- run: rm .gitignore # dist/ folder is ignored by default

0 commit comments

Comments
 (0)