We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a198dac commit d7cb2aeCopy full SHA for d7cb2ae
.github/workflows/main.yml
@@ -46,7 +46,7 @@ jobs:
46
with:
47
node-version: lts/*
48
- name: Setup PNPM
49
- uses: pnpm/action-setup@v2
+ uses: pnpm/action-setup@v3
50
51
version: latest
52
run_install: true
.github/workflows/pull_request.yml
@@ -25,7 +25,7 @@ jobs:
25
26
node-version: ${{ matrix.node-version }}
27
28
29
30
31
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
60
0 commit comments