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.
2 parents fafa506 + a1112dc commit 82d4c69Copy full SHA for 82d4c69
.github/workflows/release_package.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/setup-node@v2
19
with:
20
registry-url: https://registry.npmjs.org/
21
- node-version: '14'
+ node-version: '20'
22
23
# Configure Git
24
- name: Git configuration
@@ -92,4 +92,4 @@ jobs:
92
body: ${{ steps.get-changelog.outputs.changelog }}
93
prerelease: ${{ startsWith(github.event.inputs.release-type, 'pre') }}
94
env:
95
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments