Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: drop Node.js 16, TypeScript 4, migrate to newer versions #5657

Open
wants to merge 13 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/check-for-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: 'pnpm'
cache-dependency-path: '**/pnpm-lock.yaml'

Expand All @@ -50,7 +50,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: 'pnpm'
cache-dependency-path: '**/pnpm-lock.yaml'

Expand All @@ -75,7 +75,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: 'pnpm'
cache-dependency-path: '**/pnpm-lock.yaml'

Expand All @@ -100,7 +100,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: 'pnpm'
cache-dependency-path: '**/pnpm-lock.yaml'

Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: 'pnpm'

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-test-suite-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: 'pnpm'

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/failing-weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: 'pnpm'
cache-dependency-path: ${{ github.job }}/${{ matrix.database }}/pnpm-lock.yaml

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/optional-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ env:
PRISMA_ENGINES_MIRROR: '' # 'https://pub-4c8d0335265c4484a8734643b596ecb2.r2.dev'
# These logs will make it easy to verify that `PRISMA_ENGINES_MIRROR` is used
# DEBUG: 'prisma:fetch-engine*'

defaults:
run:
# this makes windows use bash as well, which makes `... >> $GITHUB_ENV` work there
Expand All @@ -62,7 +62,7 @@ jobs:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: 'pnpm'
- name: Install Dependencies
run: pnpm install
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: 'pnpm'
cache-dependency-path: ${{ github.job }}/${{ matrix.generator }}/pnpm-lock.yaml

Expand Down
Loading
Loading