Skip to content

Commit

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

Bump actions/setup-node from 1 to 3
  • Loading branch information
github-actions[bot] authored Dec 5, 2022
2 parents 182d63b + 0e9875f commit c143c69
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 @@ -21,7 +21,7 @@ jobs:
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

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

0 comments on commit c143c69

Please sign in to comment.