Update actions/setup-node action to v5

This commit is contained in:
renovate[bot] 2025-09-25 16:34:58 +00:00 committed by GitHub
parent de9d46297c
commit 9eaef1da36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- name: Glances will be build with Node.js ${{ matrix.node-version }} - name: Glances will be build with Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4 uses: actions/setup-node@v5
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
cache: 'npm' cache: 'npm'