Skip to content

Commit

Permalink
build: update github actions for node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
lindyhopchris committed Feb 9, 2024
1 parent 27fbc6c commit ab6e139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -34,7 +34,7 @@ jobs:
run: composer require "illuminate/database:^${{ matrix.laravel }}" --no-update

- name: Install dependencies
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
timeout_minutes: 5
max_attempts: 5
Expand Down

0 comments on commit ab6e139

Please sign in to comment.