Skip to content

Commit

Permalink
ci: test job
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Dec 5, 2023
1 parent 6d69367 commit 81f0419
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ on:
- dev

jobs:
ci:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
- uses: pnpm/action-setup@v2.2.2
node-version: '18'
- uses: pnpm/action-setup@v2.4.0
name: Install pnpm
id: pnpm-install
with:
version: 7
version: 8
run_install: false
- run: pnpm install
- run: pnpm dev:prepare
Expand Down
2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- packages
packages:
- playground
- test/fixtures/basic

0 comments on commit 81f0419

Please sign in to comment.