From f39d72837bba8d413c2d754c5bfd5ec089aaea46 Mon Sep 17 00:00:00 2001 From: dev-uros Date: Tue, 23 Jul 2024 12:01:09 +0200 Subject: [PATCH] Another test --- .github/workflows/deploy.yaml | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 53bf0d6..d9feaa0 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -19,7 +19,12 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: '20' # Use the Node.js version required for your project + node-version: '20' + + - name: Set up Python + uses: actions/setup-python@v4 + with: + python-version: '3.11' - name: Install dependencies run: npm install diff --git a/package.json b/package.json index 3836ced..84b46d0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "id-card-reader", "productName": "id-card-reader", - "version": "1.0.4", + "version": "1.0.5", "description": "My Electron application description", "main": ".vite/build/main.js", "scripts": {