Skip to content

Commit

Permalink
Merge pull request #564 from justintaddei/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-node-4.0.0

fix(deps): bump actions/setup-node from 3.8.1 to 4.0.0
  • Loading branch information
justintaddei authored Nov 2, 2023
2 parents 38e6965 + 5d1fca2 commit 2060e59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

- name: Setup node env 🏗
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.0
with:
node-version: ${{ matrix.node }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

- name: Setup node env 🏗
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.0
with:
node-version: ${{ matrix.node }}

Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
fetch-depth: 0

- name: Setup node env 🏗
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.0
with:
node-version: ${{ matrix.node }}

Expand Down

0 comments on commit 2060e59

Please sign in to comment.