Skip to content

Commit

Permalink
Merge #680
Browse files Browse the repository at this point in the history
680: build(deps): update dependencies r=daveroverts a=daveroverts



Co-authored-by: Dave Roverts <me@daveroverts.nl>
  • Loading branch information
bors[bot] and daveroverts authored Apr 3, 2023
2 parents 956632b + 6c7fda3 commit 656e75b
Show file tree
Hide file tree
Showing 12 changed files with 2,681 additions and 18,195 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fail-fast: false
matrix:
php-versions: ["8.1"]
node: [14, 16, 18]
node: [16, 18]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
fail-fast: false
matrix:
php-versions: ["8.1"]
node: [14, 16, 18]
node: [16, 18]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Before you begin, make sure you have a server with the following installed:
- php_simplexml
- php_xmlreader
- php_zlib
- NodeJS: I recommend LTS (v18 at time of writing), minimum v14
- NodeJS: I recommend LTS (v18 at time of writing), minimum v16

For local development,
I use [Laravel Valet](https://laravel.com/docs/9.x/valet),
Expand Down
Loading

0 comments on commit 656e75b

Please sign in to comment.