Skip to content

Commit

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

Bump actions/setup-node from 3 to 4
  • Loading branch information
github-actions[bot] authored Oct 30, 2023
2 parents 7e5ee13 + 3763af7 commit 5776f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 10
- name: Install tools
Expand Down

0 comments on commit 5776f88

Please sign in to comment.