Skip to content

Commit

Permalink
chore(dependencies): 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 Aug 14, 2023
1 parent 3070b2d commit a27a23b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: nschloe/action-cached-lfs-checkout@v1

- name: Prepare Node.js
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.0
with:
node-version-file: .node-version

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: nschloe/action-cached-lfs-checkout@v1

- name: Prepare Node.js
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.0
with:
node-version-file: .node-version

Expand Down

0 comments on commit a27a23b

Please sign in to comment.