Skip to content

Commit

Permalink
Merge pull request #265 from zeppelin/upgrade-engines
Browse files Browse the repository at this point in the history
Node 14→16, pnpm 7→8.8.x
  • Loading branch information
zeppelin authored Oct 6, 2023
2 parents b05af38 + 697c85d commit a5224ba
Show file tree
Hide file tree
Showing 4 changed files with 2,026 additions and 2,036 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: 14.x
node-version: 16.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: 14.x
node-version: 16.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: 7
version: 8.8.x
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.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: 7
version: 8.8.x
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x
cache: pnpm

- name: Install Dependencies
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
auto-install-peers=true
Loading

0 comments on commit a5224ba

Please sign in to comment.