rsnext/test/e2e/app-dir/actions
Balázs Orbán 1ff7f07875
feat: drop Node.js 16 (#56896)
### What?

BREAKING CHANGE: Bump the minimum required Node.js version.

### Why?

Node.js 16 has reached end-of-life in September.

Bumped to `18.18.2` since it contained some security-related patches: https://nodejs.org/en/blog/vulnerability/october-2023-security-releases

### How?

Bumped `engines` where needed, upgraded the workflows.

This will allow us to remove quite a few polyfills, I'll open separate PRs for those.
2023-10-16 21:41:38 +00:00
..
app Add test case for the permalink option of useFormState (#56329) 2023-10-03 13:47:03 +02:00
components fix: server actions initiated from static pages (#51534) 2023-09-14 21:22:19 +00:00
app-action-export.test.ts Fix missing error when using Actions on the client layer without enabling the feature flag (#50257) 2023-05-25 14:22:27 +02:00
app-action-form-state.test.ts Add test case for the permalink option of useFormState (#56329) 2023-10-03 13:47:03 +02:00
app-action-invalid.test.ts Change the Server Actions feature flag to be validated at compile time (#52147) 2023-07-03 20:29:57 +00:00
app-action-progressive-enhancement.test.ts feat: drop Node.js 16 (#56896) 2023-10-16 21:41:38 +00:00
app-action-size-limit-invalid.test.ts server: re-land bundled runtimes (#55139) 2023-09-08 16:05:29 +00:00
app-action.test.ts feat: drop Node.js 16 (#56896) 2023-10-16 21:41:38 +00:00
next.config.js Fix logging level in actions test (#56473) 2023-10-05 12:30:39 +02:00