We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a5bf6 commit 788a885Copy full SHA for 788a885
1 file changed
.github/workflows/release.yml
@@ -23,12 +23,12 @@ jobs:
23
- name: Setup pnpm 9
24
uses: pnpm/action-setup@v4
25
with:
26
- version: 9.4.0
+ version: 9.15.2
27
28
- - name: Setup Node.js 20.x
+ - name: Setup Node.js 21.x
29
uses: actions/setup-node@v4
30
31
- node-version: 20.x
+ node-version: 21.x
32
33
- name: Install Dependencies
34
run: pnpm i --frozen-lockfile
0 commit comments