From 3eea3f5f57e59e3cfd9421b540b954d093c56e80 Mon Sep 17 00:00:00 2001 From: Robert Wagner Date: Tue, 12 Dec 2023 10:04:10 -0500 Subject: [PATCH] Node 18 --- .github/actions/pnpm/action.yml | 4 ++-- .tool-versions | 4 ++-- config/targets.js | 2 +- package.json | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/actions/pnpm/action.yml b/.github/actions/pnpm/action.yml index 5f528c6f2..585df7ba5 100644 --- a/.github/actions/pnpm/action.yml +++ b/.github/actions/pnpm/action.yml @@ -6,13 +6,13 @@ runs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - uses: pnpm/action-setup@v2 name: Install pnpm id: pnpm-install with: - version: ^8.2.0 + version: ^8.12.0 run_install: false - name: Get pnpm store directory diff --git a/.tool-versions b/.tool-versions index e24274019..466f79334 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ -nodejs 16.20.0 -pnpm 8.2.0 \ No newline at end of file +nodejs 18.19.0 +pnpm 8.12.0 \ No newline at end of file diff --git a/config/targets.js b/config/targets.js index 539019c5a..17eb3ea60 100644 --- a/config/targets.js +++ b/config/targets.js @@ -1,5 +1,5 @@ 'use strict'; module.exports = { - browsers: ['electron >= 21.0.0'], + browsers: ['electron >= 24.0.0'], }; diff --git a/package.json b/package.json index 6eba14d51..1005f3038 100644 --- a/package.json +++ b/package.json @@ -162,8 +162,8 @@ } }, "engines": { - "node": "16.* || >= 18", - "pnpm": "^8.2.0" + "node": ">= 18", + "pnpm": "^8.12.0" }, "publishConfig": { "registry": "https://registry.npmjs.org"