Skip to content

Commit

Permalink
Move to pnpm 9
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 29, 2024
1 parent 5429595 commit 6d30a4e
Show file tree
Hide file tree
Showing 3 changed files with 1,402 additions and 1,127 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- name: Install Node.js
uses: actions/setup-node@v3
with:
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- name: Install Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"extends": "@logux/eslint-config",
"rules": {
"node-import/prefer-node-protocol": "off",
"consistent-return": "off",
"n/global-require": "off"
},
"overrides": [
Expand Down
Loading

0 comments on commit 6d30a4e

Please sign in to comment.