mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
build(deps): bump actions/setup-node from 4.3.0 to 4.4.0 (#10806)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](cdca7365b2...49933ea528
)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 4.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
068bcc89d3
commit
5c99139e4d
2
.github/workflows/git-tag.yml
vendored
2
.github/workflows/git-tag.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dry-run-flag: ${{ inputs.dry-run-flag }}
|
dry-run-flag: ${{ inputs.dry-run-flag }}
|
||||||
- name: install NPM
|
- name: install NPM
|
||||||
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
|
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
|
||||||
with:
|
with:
|
||||||
node-version-file: '.nvmrc'
|
node-version-file: '.nvmrc'
|
||||||
- name: "Release tag"
|
- name: "Release tag"
|
||||||
|
4
.github/workflows/release-branch.yml
vendored
4
.github/workflows/release-branch.yml
vendored
@ -100,7 +100,7 @@ jobs:
|
|||||||
npx nx run-many --target=build --prod --exclude="demoshell" --skip-nx-cache
|
npx nx run-many --target=build --prod --exclude="demoshell" --skip-nx-cache
|
||||||
npx nx run-many --target=pretheme
|
npx nx run-many --target=pretheme
|
||||||
npx nx run-many --target=build-schematics
|
npx nx run-many --target=build-schematics
|
||||||
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
|
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
|
||||||
name: release libraries GH registry
|
name: release libraries GH registry
|
||||||
with:
|
with:
|
||||||
node-version-file: '.nvmrc'
|
node-version-file: '.nvmrc'
|
||||||
@ -109,7 +109,7 @@ jobs:
|
|||||||
- run: npx nx run-many --target=npm-publish --tag=branch|| exit 1
|
- run: npx nx run-many --target=npm-publish --tag=branch|| exit 1
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.PAT_WRITE_PKG }}
|
NODE_AUTH_TOKEN: ${{ secrets.PAT_WRITE_PKG }}
|
||||||
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
|
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
|
||||||
name: release libraries Npm registry
|
name: release libraries Npm registry
|
||||||
with:
|
with:
|
||||||
node-version-file: '.nvmrc'
|
node-version-file: '.nvmrc'
|
||||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -138,7 +138,7 @@ jobs:
|
|||||||
npx nx run-many -t build --prod --skip-nx-cache
|
npx nx run-many -t build --prod --skip-nx-cache
|
||||||
npx nx run-many -t pretheme
|
npx nx run-many -t pretheme
|
||||||
npx nx run-many -t build-schematics
|
npx nx run-many -t build-schematics
|
||||||
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
|
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
|
||||||
name: release libraries GH registry
|
name: release libraries GH registry
|
||||||
with:
|
with:
|
||||||
node-version-file: '.nvmrc'
|
node-version-file: '.nvmrc'
|
||||||
@ -147,7 +147,7 @@ jobs:
|
|||||||
- run: npx nx run-many -t npm-publish --tag=$TAG_NPM || exit 1
|
- run: npx nx run-many -t npm-publish --tag=$TAG_NPM || exit 1
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.PAT_WRITE_PKG }}
|
NODE_AUTH_TOKEN: ${{ secrets.PAT_WRITE_PKG }}
|
||||||
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
|
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
|
||||||
name: release libraries Npm registry
|
name: release libraries Npm registry
|
||||||
with:
|
with:
|
||||||
node-version-file: '.nvmrc'
|
node-version-file: '.nvmrc'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user