Skip to content

Commit

Permalink
Bump minimum Node version to v20 to be able to use CustomEvent and Fi…
Browse files Browse the repository at this point in the history
…le classes
  • Loading branch information
sejas committed Jun 22, 2023
1 parent 9cdae2a commit f0e91f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.13.0
v20.0.0
2 changes: 1 addition & 1 deletion packages/wp-now/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { runCli } from './run-cli';

const requiredMajorVersion = 18;
const requiredMajorVersion = 20;

const currentNodeVersion = parseInt(process.versions?.node?.split('.')?.[0]);

Expand Down

0 comments on commit f0e91f1

Please sign in to comment.