From ec7127abb59926d9404e597940d1fcc90b4f06da Mon Sep 17 00:00:00 2001 From: Kees Kluskens Date: Mon, 19 Feb 2024 14:36:06 +0100 Subject: [PATCH] re add build targets --- .github/workflows/ci.yml | 7 ++++--- .nvmrc | 2 +- package.json | 10 ++++++++++ 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8dced64..20c06846 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,14 +22,15 @@ jobs: name: ${{ matrix.os }} (${{matrix.arch}}) steps: - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: # Set registry to NPM instead of github packages for publication registry-url: 'https://registry.npmjs.org' - node-version: 14 + node-version: 18 + - name: Setup macos Dependencies if: startsWith(matrix.os, 'macos') run: | diff --git a/.nvmrc b/.nvmrc index 8351c193..3c032078 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -14 +18 diff --git a/package.json b/package.json index 0c93d74c..cea5d037 100644 --- a/package.json +++ b/package.json @@ -94,6 +94,11 @@ "16.0.0", "93" ], + [ + "node", + "18.0.0", + "108" + ], [ "electron", "17.0.0", @@ -103,6 +108,11 @@ "electron", "18.0.0", "103" + ], + [ + "electron", + "28.0.0", + "119" ] ] }