diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 3d5f80cfe..bc8ba6e37 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -61,7 +61,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: "16.x" + node-version: "18.x" - name: Keep npm cache around to speed up installs uses: actions/cache@v3 diff --git a/.github/workflows/code-style.yaml b/.github/workflows/code-style.yaml index 589790107..d3fb306c8 100644 --- a/.github/workflows/code-style.yaml +++ b/.github/workflows/code-style.yaml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: "16.x" + node-version: "18.x" - name: Keep npm cache around to speed up installs uses: actions/cache@v3 diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index 457b8b5a7..31408fa65 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -54,7 +54,7 @@ jobs: az account list --output table - uses: actions/setup-node@v3 with: - node-version: "16.x" + node-version: "18.x" - uses: actions/checkout@v3 - name: Keep npm cache around to speed up installs diff --git a/package.json b/package.json index 44fbb4aaf..add2a8165 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ ] }, "engines": { - "node": ">=16", + "node": ">=18", "npm": ">=8" }, "release": {