diff --git a/.github/workflows/electron-build.yml b/.github/workflows/electron-build.yml index 243abb6..abe6845 100644 --- a/.github/workflows/electron-build.yml +++ b/.github/workflows/electron-build.yml @@ -17,7 +17,7 @@ jobs: - name: Configuration de Node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' - name: Installation des dépendances run: npm install diff --git a/.github/workflows/mobile-build.yml b/.github/workflows/mobile-build.yml index 5d89a2d..ad51a2c 100644 --- a/.github/workflows/mobile-build.yml +++ b/.github/workflows/mobile-build.yml @@ -16,7 +16,7 @@ jobs: - name: Configuration de Node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' - name: Configuration de Java (Requis pour Android) uses: actions/setup-java@v4 @@ -51,6 +51,11 @@ jobs: - name: Checkout du code uses: actions/checkout@v4 + - name: Configuration de Node.js + uses: actions/setup-node@v4 + with: + node-version: '22' + - name: Installation des dépendances run: npm install