Skip to content

Commit

Permalink
pnpmy
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Dec 17, 2023
1 parent 1d4566d commit 97ae94e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/examples-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: examples-ci
on:
pull_request:

Expand All @@ -14,6 +14,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm install
- run: pnpm run build
lint:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/package-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: package-ci
on:
pull_request:

Expand All @@ -14,6 +14,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm install
- run: pnpm run build
lint:
Expand Down

0 comments on commit 97ae94e

Please sign in to comment.