diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8caf1c9..e883ef4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,17 +12,16 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v1 + uses: actions/checkout@v3 - - name: Install Node.js and NPM - uses: actions/setup-node@v2 + - name: Install Node.js, NPM and Yarn + uses: actions/setup-node@v3 with: node-version: 16 - cache: npm - - name: npm install + - name: Install run: | - npm install + yarn install - name: npm test env: diff --git a/package.json b/package.json index 2b29d48..d5ad3f3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@wcpos/app-electron", "productName": "WooCommerce POS", "description": "Electron app for WooCommerce POS", - "version": "1.0.0-alpha.35", + "version": "1.0.0-alpha.36", "private": true, "author": "kilbot ", "contributors": [ diff --git a/release/app/package.json b/release/app/package.json index 6eebb21..ce732b9 100644 --- a/release/app/package.json +++ b/release/app/package.json @@ -1,6 +1,6 @@ { "name": "electron-react-boilerplate", - "version": "4.6.0", + "version": "1.0.0-alpha.36", "description": "A foundation for scalable desktop apps", "license": "MIT", "author": {