Skip to content

Commit

Permalink
Merge pull request #12 from hildjj/pnpm
Browse files Browse the repository at this point in the history
Switch to pnpm
  • Loading branch information
hildjj authored Feb 21, 2024
2 parents fd5f727 + 6ebf5b0 commit 8e8c7ee
Show file tree
Hide file tree
Showing 4 changed files with 1,133 additions and 2,023 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: corepack enable
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
cache: pnpm
- name: Install dependencies
run: npm install
run: pnpm install
- name: Check coding standards
if: matrix.node-version == '21.x' && matrix.os == 'ubuntu-latest'
run: npm run lint
Expand Down
Loading

0 comments on commit 8e8c7ee

Please sign in to comment.