diff options
-rw-r--r-- | .github/workflows/ci.generate.ts | 2 | ||||
-rw-r--r-- | .github/workflows/ci.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts index 615a48fe4..dd91fbd88 100644 --- a/.github/workflows/ci.generate.ts +++ b/.github/workflows/ci.generate.ts @@ -98,7 +98,7 @@ const installPythonSteps = [{ const installNodeStep = { name: "Install Node", uses: "actions/setup-node@v3", - with: { "node-version": 17 }, + with: { "node-version": 18 }, }; const installDenoStep = { name: "Install Deno", diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99763cc73..f051a458f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,7 +119,7 @@ jobs: - name: Install Node uses: actions/setup-node@v3 with: - node-version: 17 + node-version: 18 if: steps.exit_early.outputs.EXIT_EARLY != 'true' - name: Setup gcloud (unix) if: |- |