Skip to content

Commit

Permalink
Update actions/setup-node action to v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mrtnzlml committed Jul 9, 2024
1 parent c21e41a commit 9d7cc25
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/[email protected].2
uses: actions/[email protected].3
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/[email protected].2
uses: actions/[email protected].3
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/[email protected].2
uses: actions/[email protected].3
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/[email protected].2
uses: actions/[email protected].3
with:
node-version: 20.x
cache: 'yarn'
Expand Down

0 comments on commit 9d7cc25

Please sign in to comment.