Skip to content

Commit

Permalink
update dev-dependencies and use node 20 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Sep 22, 2024
1 parent 64657ad commit 5fcd93f
Show file tree
Hide file tree
Showing 3 changed files with 1,175 additions and 1,216 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
- name: Setup DB
uses: shogo82148/actions-setup-mysql@v1
with:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
- name: Install
run: |
composer install --no-interaction
Expand Down
Loading

0 comments on commit 5fcd93f

Please sign in to comment.