Skip to content

Commit

Permalink
build(deps): bump actions/setup-node from 4.0.3 to 4.2.0 (#942)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 30, 2025
1 parent f0360d7 commit 6c9ab7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
- uses: actions/setup-node@v4.0.3
- uses: actions/setup-node@v4.2.0
with:
node-version: '18'
cache: 'npm'
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
- uses: actions/setup-node@v4.0.3
- uses: actions/setup-node@v4.2.0
with:
node-version: '18'
cache: 'npm'
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
- uses: actions/setup-node@v4.0.3
- uses: actions/setup-node@v4.2.0
with:
node-version: '18'
cache: 'npm'
Expand Down

0 comments on commit 6c9ab7e

Please sign in to comment.