Skip to content

Commit

Permalink
use Node 14 in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed Jan 28, 2022
1 parent 6abc19d commit ae463d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'

- name: Setup PHP
run: |
Expand Down

0 comments on commit ae463d1

Please sign in to comment.