Skip to content

Commit

Permalink
Added step to set up pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed Feb 15, 2024
1 parent 248d4e7 commit 191fcae
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
- name: Setup pnpm
uses: pnpm/[email protected]
- name: Install
run: pnpm i
- name: Compile
Expand Down Expand Up @@ -55,6 +57,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{matrix.node}}
- name: Setup pnpm
uses: pnpm/[email protected]
- name: Install
run: pnpm i
- name: Compile
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/snapshot_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{matrix.node}}
- name: Setup pnpm
uses: pnpm/[email protected]
- name: Install
run: npm ci
- name: Install @nut-tree/libnut@next
Expand Down Expand Up @@ -55,6 +57,8 @@ jobs:
with:
node-version: 18
registry-url: "https://registry.npmjs.org"
- name: Setup pnpm
uses: pnpm/[email protected]
- name: Install
run: npm ci
- name: Install @nut-tree/libnut@next
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tagged_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{matrix.node}}
- name: Setup pnpm
uses: pnpm/[email protected]
- name: Install
run: npm ci
- name: Compile
Expand Down Expand Up @@ -47,6 +49,8 @@ jobs:
with:
node-version: 18
registry-url: "https://registry.npmjs.org"
- name: Setup pnpm
uses: pnpm/[email protected]
- name: Install
run: npm ci
- name: Run typedoc
Expand Down

0 comments on commit 191fcae

Please sign in to comment.