Skip to content

Commit

Permalink
Node 16→20, pnpm 8.8.x→9.7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
zeppelin committed Oct 5, 2024
1 parent e9e58b9 commit 3e70ff7
Show file tree
Hide file tree
Showing 3 changed files with 8,536 additions and 6,592 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
Expand All @@ -46,7 +46,7 @@ jobs:
version: 7
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: pnpm
- name: Install Dependencies
run: pnpm install --no-lockfile
Expand Down Expand Up @@ -78,11 +78,11 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.8.x
version: 9.7.x
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.8.x
version: 9.7.x
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: pnpm

- name: Install Dependencies
Expand Down
Loading

0 comments on commit 3e70ff7

Please sign in to comment.