We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 628382e commit 1515584Copy full SHA for 1515584
.github/workflows/ssr.yml
@@ -27,10 +27,12 @@ jobs:
27
cache: 'pnpm'
28
29
- name: 📦 Install Dependencies
30
- run: corepack enable && pnpm install --frozen-lockfile --filter . --filter @this/ssr-tests
+ run: |
31
+ corepack enable
32
+ pnpm install --frozen-lockfile --filter . --filter @this/ssr-tests --filter react-compare-slider
33
34
- name: 🔨 Build
- run: pnpm run build
35
+ run: pnpm run --filter react-compare-slider build
36
37
- name: 🧪 Test
38
run: pnpm --filter @this/ssr-tests run test-legacy
.nvmrc
@@ -1 +1 @@
1
-20.5.1
+20.6.1
0 commit comments