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 4296941 commit ee6e6a9Copy full SHA for ee6e6a9
.github/workflows/Release.yml
@@ -23,6 +23,8 @@ jobs:
23
fetch-depth: 0
24
- name: Setup Node.js
25
uses: actions/setup-node@v5
26
+ with:
27
+ node-version: 24
28
- name: Install Dependencies
29
run: npm install -f
30
- name: Create Release Pull Request or Publish to npm
0 commit comments