Skip to content

Commit

Permalink
Update actions/setup-node action to v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mrtnzlml committed Oct 25, 2024
1 parent ef6d25e commit e374dda
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# https://github.com/actions/setup-node
- name: Use Node.js ${{ matrix.node-version }}
if: steps.paths-filter.outputs.src == 'true'
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: ${{ matrix.node-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

# Always use the oldest supported Node.js version here:
- name: Use Node.js 20.x
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: 20.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
# https://github.com/actions/setup-node
- name: Use Node.js 20.x
if: steps.paths-filter.outputs.src == 'true'
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: 20.x
cache: 'yarn'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shipit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

- name: Use Node.js 20.x
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: 20.x
cache: 'yarn'
Expand Down

0 comments on commit e374dda

Please sign in to comment.