Skip to content

Commit

Permalink
Bump actions/setup-node from 4.1.0 to 4.2.0 (#288)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 4a75fb2 commit e7d3752
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
yq-version: v4.25.3

- name: Use NodeJS
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
node-version-file: '.nvmrc'
cache: 'yarn'
Expand All @@ -54,7 +54,7 @@ jobs:
uses: actions/[email protected]

- name: Use NodeJS
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
node-version-file: '.nvmrc'
cache: 'yarn'
Expand All @@ -74,7 +74,7 @@ jobs:
uses: actions/[email protected]

- name: Use NodeJS
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
node-version-file: '.nvmrc'
cache: 'yarn'
Expand Down

0 comments on commit e7d3752

Please sign in to comment.