Skip to content

Commit

Permalink
ci: reduce engines to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
williamluke4 committed Jan 24, 2024
1 parent a3af879 commit f1ef996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.35",
"sideEffects": false,
"engines": {
"node": ">=20.0.0"
"node": ">=18.0.0"
},
"scripts": {
"dev:live": "cp .env.prod .env.local && next dev",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const ReviewStep = () => {
const data = useVoucherData() as VoucherPublishingSchema;
const router = useRouter();
const user = useUser();
const { voucher, loading, hash, info, receipt, onValid } = useVoucherDeploy();
const { voucher, loading, info, onValid } = useVoucherDeploy();

const form = useForm<SigningAndPublishingFormValues>({
resolver: zodResolver(signingAndPublishingSchema),
Expand Down

1 comment on commit f1ef996

@vercel
Copy link

@vercel vercel bot commented on f1ef996 Jan 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.