We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a109e2e commit f9cd926Copy full SHA for f9cd926
.github/workflows/deploy.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Setup Node
35
uses: actions/setup-node@v1
36
with:
37
- node-version: 18
+ node-version: 20
38
39
- name: Install Semantic Release dependencies
40
run: |
0 commit comments