Skip to content

Commit

Permalink
build: fix release with Prisma v5
Browse files Browse the repository at this point in the history
Prisma v5 only supports Node version 16 or later. Update the github
actions Release job to use Node 16.
  • Loading branch information
olivierwilkinson committed Oct 29, 2023
1 parent 8c21c90 commit c5b143e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prisma-soft-delete-middleware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
- uses: actions/checkout@v2
- run: npm install
- run: npm run build
Expand Down

0 comments on commit c5b143e

Please sign in to comment.