We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01fcd49 commit 76e74d9Copy full SHA for 76e74d9
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v3
12
- uses: actions/setup-node@v3
13
with:
14
- node-version: 16
+ node-version: lts/*
15
cache: npm
16
- run: npm ci
17
- run: npm i semantic-release-plugin-update-version-in-files
0 commit comments