Skip to content

Commit

Permalink
Update actions/setup-node action to v3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2024
1 parent 8239deb commit 13d5bfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Node.js 18.x
uses: actions/setup-node@v3.1.1
uses: actions/setup-node@v3.8.2
with:
node-version: 18.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0

- name: Setup Node.js 18.x
uses: actions/setup-node@v3.1.1
uses: actions/setup-node@v3.8.2
with:
node-version: 18.x
cache: npm
Expand Down

0 comments on commit 13d5bfc

Please sign in to comment.