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 8a34f9d commit d247616Copy full SHA for d247616
1 file changed
.github/workflows/release.yml
@@ -17,8 +17,9 @@ jobs:
17
steps:
18
- uses: actions/checkout@v6
19
with:
20
- fetch-depth: 0 # Ensures it gets the tags and history correctly - name: Use Node.js 24.x
21
- - uses: actions/setup-node@v6
+ fetch-depth: 0 # Ensures it gets the tags and history correctly
+ - name: Use Node.js 24.x
22
+ uses: actions/setup-node@v6
23
24
node-version: 24.x
25
cache: 'npm'
0 commit comments