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 44b5c5c commit 503cc87Copy full SHA for 503cc87
.github/workflows/pr-check.yml
@@ -34,13 +34,13 @@ jobs:
34
- name: Use Node.js
35
uses: actions/setup-node@v2
36
with:
37
- node-version: 18
+ node-version: 18.20.4
38
39
- name: Install pnpm
40
uses: pnpm/action-setup@v4
41
id: pnpm-install
42
43
- version: 9.1.1
+ version: 10.7.0
44
run_install: false
45
46
- name: Configure pnpm cache
.github/workflows/release.yml
@@ -27,13 +27,13 @@ jobs:
27
28
29
30
31
32
33
0 commit comments