Skip to content

Commit

Permalink
Bump actions/setup-node from 4.0.4 to 4.1.0 (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent df0061f commit 8515755
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.0.4
uses: actions/setup-node@v4.1.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.0.4
uses: actions/setup-node@v4.1.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.0.4
uses: actions/setup-node@v4.1.0
with:
node-version-file: '.nvmrc'
cache: 'yarn'
Expand Down

0 comments on commit 8515755

Please sign in to comment.