Skip to content

Commit e7a1706

Browse files
chore(deps): Bump actions/setup-node from 4 to 5 (#6038)
1 parent 9469604 commit e7a1706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: ./gradlew :patches:buildAndroid clean
3636

3737
- name: Setup Node.js
38-
uses: actions/setup-node@v4
38+
uses: actions/setup-node@v5
3939
with:
4040
node-version: 'lts/*'
4141
cache: 'npm'

0 commit comments

Comments
 (0)