Skip to content

Commit

Permalink
Merge pull request #29 from RCVolus/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-4

build(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
Himyu authored Nov 15, 2023
2 parents b127aba + 588db65 commit 1ae8a75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autoformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20

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:
- uses: actions/checkout@v4

- name: Setup NodeJS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20

Expand Down

0 comments on commit 1ae8a75

Please sign in to comment.