Skip to content

Commit

Permalink
build: use latest node
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Sep 17, 2023
1 parent 628382e commit 1515584
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ssr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ jobs:
cache: 'pnpm'

- name: 📦 Install Dependencies
run: corepack enable && pnpm install --frozen-lockfile --filter . --filter @this/ssr-tests
run: |
corepack enable
pnpm install --frozen-lockfile --filter . --filter @this/ssr-tests --filter react-compare-slider
- name: 🔨 Build
run: pnpm run build
run: pnpm run --filter react-compare-slider build

- name: 🧪 Test
run: pnpm --filter @this/ssr-tests run test-legacy
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.5.1
20.6.1

0 comments on commit 1515584

Please sign in to comment.