diff --git a/.github/workflows/electron.yaml b/.github/workflows/electron.yaml index dc8e18e1e..dada91cd9 100644 --- a/.github/workflows/electron.yaml +++ b/.github/workflows/electron.yaml @@ -15,6 +15,11 @@ jobs: - name: Check out Git repository uses: actions/checkout@v3 + - name: Ensure Node Version + uses: actions/setup-node@v4 + with: + node-version: 22 + - name: Set Version from package.json id: variables run: |