We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b0fffd commit 86d3970Copy full SHA for 86d3970
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@master
14
- uses: actions/setup-node@v1
15
with:
16
- node-version: 14
+ node-version: 20
17
- run: npm ci
18
- run: npm run build
19
- run: npx semantic-release
0 commit comments