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 a634b01 commit 5867bd0Copy full SHA for 5867bd0
.github/workflows/build.yml
@@ -84,6 +84,11 @@ jobs:
84
- name: Checkout
85
uses: actions/checkout@v4
86
87
+ - name: Setup Node.js
88
+ uses: actions/setup-node@v4
89
+ with:
90
+ node-version: 20
91
+
92
- name: Dry run semantic-release
93
run: |
94
export PATH=$PATH:$(yarn global bin)
.github/workflows/release.yml
@@ -89,6 +89,11 @@ jobs:
95
96
97
- name: Run semantic-release
98
99
0 commit comments