Skip to content

Commit a9d0f1f

Browse files
chore(deps): update actions/setup-node action to v6
1 parent 8105284 commit a9d0f1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
APPLICATION_ID=$(echo "${{ env.PRIMARY_DOMAIN }}" | perl -pe 's/[^a-zA-Z]//g' | tr '[:upper:]' '[:lower:]')
103103
echo "APPLICATION_ID=com.restictedwebview.$APPLICATION_ID" >> $GITHUB_ENV
104104
- name: Use Node.js 20
105-
uses: actions/setup-node@v4
105+
uses: actions/setup-node@v6
106106
with:
107107
node-version: 20
108108
- name: Create mipmap images

0 commit comments

Comments
 (0)