diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-02 07:48:47 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-02 07:48:47 +0200 |
| commit | aed99ecb3f099811bf124e144482aabd56a92291 (patch) | |
| tree | cdb172f859570086a4f93072a65e9e2f91e28dbd /.github/workflows/browserstack.yml | |
| parent | 2a40d5309992ac0eabb64211c47bc58681574083 (diff) | |
| download | bootstrap-aed99ecb3f099811bf124e144482aabd56a92291.tar.xz bootstrap-aed99ecb3f099811bf124e144482aabd56a92291.zip | |
Build(deps): Bump actions/setup-node from 3 to 4 (#39330)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/browserstack.yml')
| -rw-r--r-- | .github/workflows/browserstack.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index 8d8cb1c34..872cf1dff 100644 --- a/.github/workflows/browserstack.yml +++ b/.github/workflows/browserstack.yml @@ -27,7 +27,7 @@ jobs: persist-credentials: false - name: Set up Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "${{ env.NODE }}" cache: npm |
