Skip to content

Commit

Permalink
Run with node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
markjaquith committed Jul 13, 2023
1 parent 6781e8e commit 6a00f6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
- name: Build
run: |
yarn
Expand Down

0 comments on commit 6a00f6e

Please sign in to comment.