Skip to content

Commit 8b531a0

Browse files
committed
Switch to pnpm
1 parent aa9488e commit 8b531a0

File tree

4 files changed

+4451
-3409
lines changed

4 files changed

+4451
-3409
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout
9-
uses: actions/checkout@v2
9+
uses: actions/checkout@v5
1010
- name: Use Node.js
11-
uses: actions/setup-node@v2
11+
uses: volta-cli/action@v4
1212
with:
13-
node-version: 20.x
14-
cache: yarn
13+
node-version: 18
14+
- name: Install pnpm
15+
run: volta install pnpm@10
1516
- name: Install Dependencies
16-
run: yarn install
17+
run: pnpm install

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@
2525
},
2626
"ember-addon": {
2727
"defaultBlueprint": "aws-deploy-config"
28+
},
29+
"volta": {
30+
"node": "20.18.2"
2831
}
2932
}

0 commit comments

Comments
 (0)