chore(deps): update actions/setup-node action to v5 #14

Merged
jank merged 1 commit from renovate/actions-setup-node-5.x into main 2025-09-04 05:10:36 +00:00
Showing only changes of commit 3ba18cd098 - Show all commits

chore(deps): update actions/setup-node action to v5

Renovate Bot 2025-09-04 04:08:58 +00:00
Signed by: Renovate
GPG key ID: 449076797435FF67

View file

@ -20,7 +20,7 @@ runs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v5
with: with:
node-version: "lts/*" node-version: "lts/*"
- name: Install dependencies - name: Install dependencies