diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index c71e2d4c..e20a5b94 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -7,7 +7,7 @@ runs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '18' - name: Cache node modules id: cache-npm diff --git a/.github/workflows/beta-pack.yml b/.github/workflows/beta-pack.yml index ce886fed..96dc8d56 100644 --- a/.github/workflows/beta-pack.yml +++ b/.github/workflows/beta-pack.yml @@ -16,7 +16,7 @@ jobs: # - name: Install Node.js # uses: actions/setup-node@v4 # with: - # node-version: '16' + # node-version: '18' # - name: Cache file # uses: actions/cache@v4 diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 6e7d41ed..3e4b3489 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -16,7 +16,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '18' - name: Install Dependencies run: npm ci diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8ecae35..ad7ed8e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: # - name: Install Node.js # uses: actions/setup-node@v4 # with: - # node-version: '16' + # node-version: '18' # - name: Cache file # uses: actions/cache@v4 diff --git a/package.json b/package.json index 3e71d38b..cd257304 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "Electron 22.3.0" ], "engines": { - "node": ">= 16", + "node": ">= 18", "npm": ">=8.5.2" }, "macLanguagesInfoPlistStrings": {