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 adbe50b commit 195b769Copy full SHA for 195b769
.github/workflows/pull-request.yml
@@ -10,14 +10,17 @@ jobs:
10
matrix:
11
version: [14, 16, 18]
12
steps:
13
- - uses: actions/checkout@v4
+ - name: Setup pnpm
14
+ uses: pnpm/action-setup@v4
15
16
- name: Use Node.js
17
uses: actions/setup-node@v4
18
with:
19
node-version: ${{ matrix.version }}
20
cache: 'pnpm'
21
22
+ - uses: actions/checkout@v4
23
+
24
- name: Installing dependencies
25
run: pnpm install --frozen-lockfile
26
0 commit comments