Skip to content

Commit 1fd1bc3

Browse files
committed
Switch to pnpm
Switch to pnpm
1 parent c3c83d0 commit 1fd1bc3

File tree

5 files changed

+12114
-11967
lines changed

5 files changed

+12114
-11967
lines changed

.github/workflows/ci.yml

+11-19
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ jobs:
2020
timeout-minutes: 10
2121

2222
steps:
23-
- uses: actions/checkout@v3
24-
- uses: volta-cli/action@v4
25-
- run: yarn install --frozen-lockfile
26-
- run: yarn lint
27-
- run: yarn test:ember
23+
- uses: wyvox/action@v1
24+
- run: pnpm lint
25+
- run: pnpm test:ember
2826
working-directory: test-app
2927

3028
floating-dependencies:
@@ -33,10 +31,10 @@ jobs:
3331
timeout-minutes: 10
3432

3533
steps:
36-
- uses: actions/checkout@v3
37-
- uses: volta-cli/action@v4
38-
- run: yarn install --no-lockfile
39-
- run: yarn test:ember
34+
- uses: wyvox/action@v1
35+
with:
36+
pnpm-args: '--no-lockfile'
37+
- run: pnpm test:ember
4038
working-directory: test-app
4139

4240
try-scenarios:
@@ -60,10 +58,7 @@ jobs:
6058
- embroider-optimized
6159

6260
steps:
63-
- uses: actions/checkout@v3
64-
- uses: volta-cli/action@v4
65-
- name: install dependencies
66-
run: yarn install --frozen-lockfile
61+
- uses: wyvox/action@v1
6762
- name: test
6863
run: node_modules/.bin/ember try:one ${{ matrix.ember-try-scenario }} --skip-cleanup
6964
working-directory: test-app
@@ -82,13 +77,10 @@ jobs:
8277
- next
8378

8479
steps:
85-
- uses: actions/checkout@v2
86-
- uses: volta-cli/action@v4
87-
- name: install dependencies
88-
run: yarn install --frozen-lockfile
80+
- uses: wyvox/action@v1
8981
- name: install TS version
90-
run: yarn install --dev typescript@${{matrix.ts-version}}
82+
run: pnpm install --save-dev typescript@${{matrix.ts-version}}
9183
working-directory: addon
9284
- name: test types
93-
run: yarn test:types
85+
run: pnpm test:types
9486
working-directory: addon

0 commit comments

Comments
 (0)