mirror of https://github.com/nicolargo/glances.git
Update actions/setup-node action to v5
This commit is contained in:
parent
de9d46297c
commit
9eaef1da36
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue