diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9832f8fdf988..180a35c8a814 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -7,6 +7,7 @@ on: pull_request: branches: - main + workflow_dispatch: # Cancel in-progress runs for pull requests when developers push # additional changes, and serialize builds in branches. diff --git a/.node-version b/.node-version index 4a1f488b6c3b..d9875d47e5a9 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -18.17.1 +19.9.0 diff --git a/package.json b/package.json index 73e3e5da752f..2f69eb1111cd 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "remote-development" ], "engines": { - "node": "18" + "node": "19" }, "jest": { "transform": {