mirror of
https://github.com/Hypfer/Valetudo.git
synced 2025-10-26 11:27:27 +00:00
chore: Bump github actions to setup-node@v3
This commit is contained in:
parent
a06a86d3e5
commit
4dbb745e00
2
.github/workflows/manual_build.yml
vendored
2
.github/workflows/manual_build.yml
vendored
@ -13,7 +13,7 @@
|
||||
{ 'uses': 'actions/checkout@v2' },
|
||||
{
|
||||
'name': 'Use Node.js 16.x',
|
||||
'uses': 'actions/setup-node@v1',
|
||||
'uses': 'actions/setup-node@v3',
|
||||
'with': { 'node-version': '16.x' },
|
||||
},
|
||||
{ 'name': 'Install', 'run': 'npm ci' },
|
||||
|
||||
2
.github/workflows/nightly_build.yml
vendored
2
.github/workflows/nightly_build.yml
vendored
@ -25,7 +25,7 @@
|
||||
},
|
||||
{
|
||||
'name': 'Use Node.js 16.x',
|
||||
'uses': 'actions/setup-node@v1',
|
||||
'uses': 'actions/setup-node@v3',
|
||||
'with': { 'node-version': '16.x' },
|
||||
},
|
||||
{ 'name': 'Install', 'run': 'npm ci' },
|
||||
|
||||
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@ -12,7 +12,7 @@
|
||||
{ 'uses': 'actions/checkout@v2' },
|
||||
{
|
||||
'name': 'Use Node.js ${{ matrix.node-version }}',
|
||||
'uses': 'actions/setup-node@v1',
|
||||
'uses': 'actions/setup-node@v3',
|
||||
'with': { 'node-version': '${{ matrix.node-version }}' },
|
||||
},
|
||||
{ 'run': 'npm ci' },
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -12,7 +12,7 @@
|
||||
{ 'uses': 'actions/checkout@v2' },
|
||||
{
|
||||
'name': 'Use Node.js ${{ matrix.node-version }}',
|
||||
'uses': 'actions/setup-node@v1',
|
||||
'uses': 'actions/setup-node@v3',
|
||||
'with': { 'node-version': '${{ matrix.node-version }}' },
|
||||
},
|
||||
{ 'name': 'Install', 'run': 'npm ci' },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user