Skip to content

Commit 1944230

Browse files
fixup! chore: bump pnpm from 8 to 10
1 parent 00d30fd commit 1944230

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
needs: list-examples
4545
strategy:
4646
matrix:
47-
node-version: ["16", "18", "20.5.1"]
47+
node-version: ["18", "20.5.1"]
4848
example: ${{ fromJson(needs.list-examples.outputs.examples) }}
4949
fail-fast: false
5050
steps:

pnpm-workspace.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
packages:
2-
- "examples/*"
3-
- "packages/*"
2+
- examples/*
3+
- packages/*
4+
5+
onlyBuiltDependencies:
6+
- '@moonrepo/cli'

0 commit comments

Comments
 (0)