update dev-dependencies, build with Node 22
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-07 18:34:33 +01:00
parent c05ee5b5ff
commit f4f210f105
4 changed files with 6 additions and 6 deletions

View File

@ -46,7 +46,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '20'
node-version: '22'
- name: Install
run: |
composer install --no-interaction