From 872a4e2c37fe108aa9a66dcb3c6fe0056abe1b27 Mon Sep 17 00:00:00 2001 From: First-Terraner Date: Mon, 27 May 2024 18:39:51 +0200 Subject: [PATCH] temporary change workflow --- .github/workflows/node.js.yml | 2 +- package.json | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 5ae4bf72..60000649 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -25,7 +25,7 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: npm - - run: npm ci + - run: npm i - run: npm run lint - name: Upload coverage reports to Codecov diff --git a/package.json b/package.json index 874c1f6e..9e9b6cdb 100644 --- a/package.json +++ b/package.json @@ -82,9 +82,7 @@ "react-native-screens": "3.31.1", "react-native-size-matters": "^0.4.2", "react-native-svg": "15.2.0", - "text-encoding-polyfill": "^0.6.7", - "expo": "~51.0.8", - "react": "18.2.0" + "text-encoding-polyfill": "^0.6.7" }, "devDependencies": { "@babel/core": "^7.24.3",