We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ed5d0 commit 5a04845Copy full SHA for 5a04845
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v2
11
- uses: actions/setup-node@v2
12
with:
13
- node-version: 16
+ node-version: lts/*
14
cache: npm
15
- run: npx semantic-release
16
env:
0 commit comments