Skip to content

Commit

Permalink
Upgrade pnpm (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Nov 7, 2024
1 parent 39629be commit 934d0ce
Show file tree
Hide file tree
Showing 3 changed files with 8,846 additions and 6,617 deletions.
40 changes: 3 additions & 37 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,37 +18,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 18
cache: pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- uses: wyvox/action-setup-pnpm@v3
- name: Lint
run: pnpm lint
- name: Run Tests
run: pnpm test

floating:
name: "Floating Dependencies"
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 18
cache: pnpm
- name: Install Dependencies
run: pnpm install --no-lockfile
- name: Run Tests
run: pnpm test
run: pnpm test:ember

try-scenarios:
name: ${{ matrix.try-scenario }}
Expand All @@ -69,15 +43,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 18
cache: pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- uses: wyvox/action-setup-pnpm@v3
- name: Run Tests
run: ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }} --skip-cleanup
working-directory: test-app
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@
"prettier-plugin-ember-template-tag": "^1.1.0",
"release-plan": "^0.8.0"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"@types/eslint": "^9.0.0"
}
}
}
}
Loading

0 comments on commit 934d0ce

Please sign in to comment.