Skip to content

Commit

Permalink
Merge pull request #225 from alexandercerutti/feature/iOS18-changes
Browse files Browse the repository at this point in the history
Changes for v3.2.0
  • Loading branch information
alexandercerutti authored Oct 29, 2024
2 parents bab4117 + 942bda4 commit 4e06693
Show file tree
Hide file tree
Showing 63 changed files with 17,368 additions and 41,346 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Prettier rewrite
0827730d410d0491bd271afa4381b52176166c0f
11 changes: 7 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,15 @@ jobs:
WWDR: ${{ secrets.WWDR }}
SIGNER_KEY_PASSPHRASE: ${{ secrets.SIGNER_KEY_PASSPHRASE }}
steps:
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "14.x"
node-version: "20.x"
check-latest: true
- run: |
npm install
npm run build
npm run test
pnpm install
pnpm build
pnpm test
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"editor.smoothScrolling": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",

"jest.jestCommandLine": "node --no-warnings ./node_modules/.bin/jest -c jest.config.cjs --runInBand --silent"
"jest.jestCommandLine": "NODE_OPTIONS=\"--warnings\" pnpm jest -c jest.config.cjs --runInBand --silent"
}
Loading

0 comments on commit 4e06693

Please sign in to comment.