Skip to content

Commit 225c320

Browse files
chore(deps): update actions/setup-node action to v6
1 parent e4a057e commit 225c320

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
@@ -106,7 +106,7 @@ jobs:
106106
APPLICATION_ID=$(echo "${{ env.PRIMARY_DOMAIN }}" | perl -pe 's/[^a-zA-Z]//g' | tr '[:upper:]' '[:lower:]')
107107
echo "APPLICATION_ID=com.restictedwebview.$APPLICATION_ID" >> $GITHUB_ENV
108108
- name: Use Node.js 20
109-
uses: actions/setup-node@v4
109+
uses: actions/setup-node@v6
110110
with:
111111
node-version: 20
112112
- name: Create mipmap images

0 commit comments

Comments
 (0)