Skip to content

Commit

Permalink
Update actions/setup-node action to v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mrtnzlml committed Aug 14, 2023
1 parent 72515d2 commit f6af4ce
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 @@ -39,7 +39,7 @@ jobs:

# https://github.com/actions/setup-node
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.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 18.x
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.0
with:
node-version: 18.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 @@ -70,7 +70,7 @@ jobs:
# https://github.com/actions/setup-node
- name: Use Node.js 18.x
if: steps.paths-filter.outputs.src == 'true'
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.0
with:
node-version: 18.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 18.x
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.0
with:
node-version: 18.x
cache: 'yarn'
Expand Down

0 comments on commit f6af4ce

Please sign in to comment.