Skip to content

Commit 34253fb

Browse files
authored
feat: Move to pnpm (#11)
* feat: Move to pnpm * add once install to build&test
1 parent 097429d commit 34253fb

File tree

11 files changed

+2393
-6577
lines changed

11 files changed

+2393
-6577
lines changed

.github/workflows/build-release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
experimental: true
4343
env:
4444
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45+
- name: Install once
46+
uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2
47+
with:
48+
repo: jaredallard/once
4549
- name: Install Stencil
4650
uses: rgst-io/stencil-action@34abb7be7ca3847f233bd9c38f1da71b30556c35
4751
with:
@@ -94,7 +98,7 @@ jobs:
9498
with:
9599
repo: jaredallard/once
96100
- name: Install Semantic-Release
97-
run: once yarn install
101+
run: pnpm install
98102
- name: Release
99103
env:
100104
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tools]
22
nodejs = "22"
3-
yarn = "1.22.22"
3+
pnpm = "latest"
44
## <<Stencil::Block(additionalTools)>>
55

66
## <</Stencil::Block>>

manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ modules:
4040
## <</Stencil::Block>>
4141
## <<Stencil::Block(extra)>>
4242
postRunCommand:
43-
- name: yarn install (via once)
44-
command: once yarn install
43+
- name: pnpm install (via once)
44+
command: mise x -- once pnpm install
4545
## <</Stencil::Block>>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "stencil-module-base",
33
"devDependencies": {
4-
"semantic-release": "23.0.8"
4+
"semantic-release": "24.2.5"
55
},
66
"dependencies": {
7-
"@semantic-release/exec": "6.0.3",
7+
"@semantic-release/exec": "7.1.0",
88
"@semantic-release/git": "10.0.1"
99
}
1010
}

0 commit comments

Comments
 (0)