Skip to content

Commit

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

chore(deps): bump actions/setup-node from 4.0.0 to 4.0.1
  • Loading branch information
vio authored Dec 26, 2023
2 parents eb0488d + 5098450 commit fdf0b6a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.0
uses: actions/setup-node@v4.0.1
with:
node-version-file: ".nvmrc"
cache: ${{ steps.cache.outputs.PACKAGE }}
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
run: echo "PACKAGE=npm" >> $GITHUB_OUTPUT

- name: Use Node.js
uses: actions/setup-node@v4.0.0
uses: actions/setup-node@v4.0.1
with:
node-version-file: ".nvmrc"
cache: ${{ steps.cache.outputs.PACKAGE }}
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- uses: actions/checkout@v4

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

Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
- uses: actions/checkout@v4

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

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

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

0 comments on commit fdf0b6a

Please sign in to comment.