Skip to content

Commit

Permalink
temporary change workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KKA11010 committed May 27, 2024
1 parent 92e691e commit 872a4e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 872a4e2

Please sign in to comment.