Skip to content

Commit

Permalink
ci: install pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy committed Nov 12, 2024
1 parent 8e13944 commit 777f236
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"etag",
"cachable",
"finalhandler",
"mrmime"
"mrmime",
"corepack"
],
"ignorePaths": [
"CHANGELOG.md",
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
with:
fetch-depth: 0

- name: Install Pnpm
run: corepack enable

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -78,6 +81,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install Pnpm
run: corepack enable

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 777f236

Please sign in to comment.