Merge pull request #2 from sd416/dependabot/github_actions/actions/setup-node-6

chore(deps): bump actions/setup-node from 4 to 6
This commit is contained in:
sd416 2026-01-16 11:43:56 +05:30 committed by GitHub
commit c2fb81bd15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ jobs:
coverage: xdebug
- name: Setup Node
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: '22'
cache: 'npm'