Skip to content

Commit

Permalink
Move to pnpm 9 and Node.js 22
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 30, 2024
1 parent 79052c2 commit f9a9868
Show file tree
Hide file tree
Showing 2 changed files with 1,924 additions and 1,587 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Expand Up @@ -16,11 +16,11 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 21
node-version: 22
cache: pnpm
- name: Install dependencies
run: pnpm install --ignore-scripts
Expand All @@ -33,15 +33,14 @@ jobs:
node-version:
- 20
- 18
- 16
name: Node.js ${{ matrix.node-version }} Quick
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
- name: Install Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand All @@ -56,6 +55,7 @@ jobs:
strategy:
matrix:
node-version:
- 16
- 14
- 12
- 10
Expand Down Expand Up @@ -88,11 +88,11 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
- name: Install Node.js LTS
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: pnpm
- name: Install dependencies
run: pnpm install --ignore-scripts
Expand Down

0 comments on commit f9a9868

Please sign in to comment.