Skip to content

Commit

Permalink
Merge pull request #4712 from relative-ci/dependabot/github_actions/m…
Browse files Browse the repository at this point in the history
…aster/actions/setup-node-4.0.4

build(deps): bump actions/setup-node from 4.0.3 to 4.0.4
  • Loading branch information
github-actions[bot] committed Sep 20, 2024
2 parents caf217d + 222d1f2 commit dc22804
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: echo "PACKAGE=npm" >> $GITHUB_OUTPUT

- name: Use Node.js
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.0.4
with:
node-version-file: ".nvmrc"
cache: ${{ steps.cache.outputs.PACKAGE }}
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
run: echo "PACKAGE=npm" >> $GITHUB_OUTPUT

- name: Use Node.js
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.0.4
with:
node-version-file: ".nvmrc"
cache: ${{ steps.cache.outputs.PACKAGE }}
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
run: echo "PACKAGE=npm" >> $GITHUB_OUTPUT

- name: Use Node.js
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.0.4
with:
node-version-file: ".nvmrc"
cache: ${{ steps.cache.outputs.PACKAGE }}
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
run: echo "PACKAGE=npm" >> $GITHUB_OUTPUT

- name: Use Node.js
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.0.4
with:
node-version-file: ".nvmrc"
cache: ${{ steps.cache.outputs.PACKAGE }}
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
run: echo "PACKAGE=npm" >> $GITHUB_OUTPUT

- name: Use Node.js
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.0.4
with:
node-version: ${{ matrix.node }}
cache: ${{ steps.cache.outputs.PACKAGE }}
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
- uses: actions/checkout@v4.1.7

- name: Use Node.js
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.0.4
with:
node-version: ${{ matrix.node }}

Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
- uses: actions/checkout@v4.1.7

- name: Use Node.js
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.0.4
with:
node-version: ${{ matrix.node }}

Expand Down Expand Up @@ -338,7 +338,7 @@ jobs:
run: echo "PACKAGE=npm" >> $GITHUB_OUTPUT

- name: Use Node.js
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.0.4
with:
node-version-file: ".nvmrc"
cache: ${{ steps.cache.outputs.PACKAGE }}
Expand Down

0 comments on commit dc22804

Please sign in to comment.