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