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 81204cb commit 1674fc9Copy full SHA for 1674fc9
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup Node
19
uses: actions/setup-node@v6
20
with:
21
- node-version: '22.21.0'
+ node-version: '22.21.1'
22
cache: 'pnpm'
23
- name: Install Dependencies
24
run: pnpm i
0 commit comments