We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f05da commit b445501Copy full SHA for b445501
1 file changed
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
fetch-depth: 0
12
- uses: actions/setup-node@v4
13
with:
14
- node-version: "16.x"
+ node-version: "20.x"
15
cache: "npm"
16
- run: npm ci
17
- run: npx semantic-release
0 commit comments