Skip to content

Commit 1515584

Browse files
committed
build: use latest node
1 parent 628382e commit 1515584

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ssr.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ jobs:
2727
cache: 'pnpm'
2828

2929
- name: 📦 Install Dependencies
30-
run: corepack enable && pnpm install --frozen-lockfile --filter . --filter @this/ssr-tests
30+
run: |
31+
corepack enable
32+
pnpm install --frozen-lockfile --filter . --filter @this/ssr-tests --filter react-compare-slider
3133
3234
- name: 🔨 Build
33-
run: pnpm run build
35+
run: pnpm run --filter react-compare-slider build
3436

3537
- name: 🧪 Test
3638
run: pnpm --filter @this/ssr-tests run test-legacy

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.5.1
1+
20.6.1

0 commit comments

Comments
 (0)