Skip to content

Commit

Permalink
build(deps): bump actions/setup-node from 2.5.0 to 4.0.2
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.0 to 4.0.2.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.5.0...v4.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 199276a commit 4b6ce2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup node ${{ inputs.NVMRC }}
uses: actions/setup-node@v2.5.0
uses: actions/setup-node@v4.0.2
with:
node-version: ${{ inputs.NVMRC }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
MAPBOX_ACCESS_TOKEN: ${{ secrets.MAPBOX_ACCESS_TOKEN }}

- name: Setup node ${{ inputs.NVMRC }}
uses: actions/setup-node@v2.5.0
uses: actions/setup-node@v4.0.2
with:
node-version: ${{ inputs.NVMRC }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id: nvm

- name: Setup node ${{ steps.nvm.outputs.NVMRC }}
uses: actions/setup-node@v2.5.0
uses: actions/setup-node@v4.0.2
with:
node-version: ${{ steps.nvm.outputs.NVMRC }}

Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup node ${{ steps.nvm.outputs.NVMRC }}
uses: actions/setup-node@v2.5.0
uses: actions/setup-node@v4.0.2
with:
node-version: ${{ needs.lint_test_generate.outputs.NVMRC }}
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit 4b6ce2e

Please sign in to comment.