Skip to content

Commit

Permalink
dep!: bump all possible dependencies (#613)
Browse files Browse the repository at this point in the history
* dep!: bump @cordova/eslint-config@^5.0.0 w/ lint fix & matching node requirement >=16.0.0
* dep!: bump dev dependencies
  - jasmine@^4.6.0
  - rewire@^6.0.0
* dep!: bump dependencies w/ node engine >=16.13.0
  - [email protected]
  - [email protected]
  - [email protected]
  - [email protected]
  - [email protected]
* chore: rebuilt package-lock
* ci: update supported node testing param
  • Loading branch information
erisu committed May 9, 2023
1 parent dfb8be3 commit 93bcae0
Show file tree
Hide file tree
Showing 5 changed files with 2,420 additions and 2,207 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
Loading

0 comments on commit 93bcae0

Please sign in to comment.