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 ca92101 commit c945750Copy full SHA for c945750
.github/workflows/ci.yml
@@ -85,8 +85,11 @@ jobs:
85
contents: write
86
steps:
87
- name: Checkout
88
- id: checkout
89
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ - name: Setup Node.js
90
+ uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
91
+ with:
92
+ node-version: 20
93
- run: npx semantic-release
94
env:
95
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments