Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump actions/setup-node from 2.4.1 to 3
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.1 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@270253e...9ced9a4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 28, 2022
commit d011ba357142d0f8a154c86f4ce02261719e3524
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
svn --version

- name: Install NodeJS
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c # v2.4.1
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v2.4.1
with:
node-version: 14
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
locale -a

- name: Install NodeJS
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c # v2.4.1
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v2.4.1
with:
node-version: 14
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/javascript-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
svn --version

- name: Install NodeJS
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c # v2.4.1
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v2.4.1
with:
node-version: 14
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0

- name: Install NodeJS
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c # v2.4.1
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v2.4.1
with:
node-version: 14
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
locale -a

- name: Install NodeJS
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c # v2.4.1
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v2.4.1
with:
node-version: 14
cache: npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
svn --version

- name: Install NodeJS
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c # v2.4.1
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v2.4.1
with:
node-version: 14
cache: npm
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
svn --version

- name: Install NodeJS
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c # v2.4.1
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v2.4.1
with:
node-version: 14
cache: npm
Expand Down