Skip to content

Commit e79bfd7

Browse files
committed
chore: duh.. pnpm require node >=18
Signed-off-by: tunnckoCore <5038030+tunnckoCore@users.noreply.github.com>
1 parent 7dc236c commit e79bfd7

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,19 @@ jobs:
7171
- name: Checkout
7272
uses: actions/checkout@v4
7373

74-
- uses: pnpm/action-setup@v4
75-
name: Install pnpm
76-
with:
77-
run_install: false
74+
# - uses: pnpm/action-setup@v4
75+
# name: Install pnpm
76+
# with:
77+
# run_install: false
7878

7979
- name: Setup Node.js ${{ matrix.node-version }}
8080
uses: actions/setup-node@v4
8181
with:
8282
node-version: ${{ matrix.node-version }}
83-
cache: pnpm
83+
cache: npm
8484

8585
- name: Install dependencies
86-
run: pnpm install
86+
run: npm ci
8787

8888
- name: Run tests
89-
run: pnpm test
89+
run: npm test

0 commit comments

Comments
 (0)