build(deps): update actions/setup-node action to v5 (#6949)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-06 18:30:34 +02:00
committed by GitHub
parent 521b15da3d
commit ef2958c61c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: Setup | Node - name: Setup | Node
uses: actions/setup-node@v4 uses: actions/setup-node@v5
with: with:
node-version: 22.19.0 node-version: 22.19.0
cache: 'npm' cache: 'npm'
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: Setup | Node - name: Setup | Node
uses: actions/setup-node@v4 uses: actions/setup-node@v5
with: with:
node-version: 22.19.0 node-version: 22.19.0
cache: 'npm' cache: 'npm'
+1 -1
View File
@@ -238,7 +238,7 @@ jobs:
xcrun notarytool store-credentials "$KEYCHAIN_ENTRY" --team-id "$APPLEID_TEAMID" --apple-id "$APPLEID_USERNAME" --password "$APPLEID_PASSWORD" --keychain "$KEYCHAIN_PATH" xcrun notarytool store-credentials "$KEYCHAIN_ENTRY" --team-id "$APPLEID_TEAMID" --apple-id "$APPLEID_USERNAME" --password "$APPLEID_PASSWORD" --keychain "$KEYCHAIN_PATH"
- name: Setup | Node - name: Setup | Node
uses: actions/setup-node@v4 uses: actions/setup-node@v5
with: with:
node-version: 22.19.0 node-version: 22.19.0