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 c21494e commit 6b74e0aCopy full SHA for 6b74e0a
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/setup-node@v4.0.1
25
with:
26
node-version: ${{ matrix.node }}
27
- - uses: pnpm/action-setup@v2.4.0
+ - uses: pnpm/action-setup@v3.0.0
28
29
version: 8.x.x
30
run_install: true
@@ -43,7 +43,7 @@ jobs:
43
uses: actions/checkout@v4.1.1
44
- name: Setup Node.js
45
46
47
48
49
@@ -64,7 +64,7 @@ jobs:
64
path: examples
65
66
67
68
69
70
0 commit comments