chore(deps): Bump actions/setup-node from 4 to 5 (#6038)

This commit is contained in:
dependabot[bot] 2025-10-01 22:16:40 +04:00 committed by GitHub
parent 9469604fe0
commit e7a1706be4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ jobs:
run: ./gradlew :patches:buildAndroid clean
- name: Setup Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v5
with:
node-version: 'lts/*'
cache: 'npm'