Skip to content

Commit

Permalink
Merge pull request #39 from delyriand/fix/ci-node-error
Browse files Browse the repository at this point in the history
Update node version to avoid error in CI
  • Loading branch information
delyriand authored Apr 2, 2024
2 parents 5b63484 + 02af0d8 commit 48f4624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '16'

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 48f4624

Please sign in to comment.