Skip to content

Commit

Permalink
Merge pull request #895 from ucfopen/issue/893-actions-routine
Browse files Browse the repository at this point in the history
Add Node Version to Github Actions (#893)
  • Loading branch information
bagofarms authored Mar 13, 2023
2 parents d15538d + cbda66d commit 0a2eec2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/udoit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@ jobs:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['8.1']
node-version: [16.19.0]
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Check PHP syntax errors
uses: overtrue/[email protected]

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}

- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
with:
Expand Down

0 comments on commit 0a2eec2

Please sign in to comment.