chore(deps): update actions/setup-node action to v5 (#1408)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
057a318f23
commit
b3c454ea03
|
|
@ -19,7 +19,7 @@ runs:
|
||||||
with:
|
with:
|
||||||
run_install: false
|
run_install: false
|
||||||
package_json_file: frontend/package.json
|
package_json_file: frontend/package.json
|
||||||
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
|
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
|
||||||
with:
|
with:
|
||||||
node-version-file: frontend/.nvmrc
|
node-version-file: frontend/.nvmrc
|
||||||
cache: 'pnpm'
|
cache: 'pnpm'
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
|
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
|
||||||
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
|
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
|
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
|
||||||
with:
|
with:
|
||||||
node-version-file: frontend/.nvmrc
|
node-version-file: frontend/.nvmrc
|
||||||
- name: Ensure file permissions
|
- name: Ensure file permissions
|
||||||
|
|
|
||||||
|
|
@ -233,7 +233,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
package_json_file: desktop/package.json
|
package_json_file: desktop/package.json
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
|
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
|
||||||
with:
|
with:
|
||||||
node-version-file: frontend/.nvmrc
|
node-version-file: frontend/.nvmrc
|
||||||
cache: pnpm
|
cache: pnpm
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue