Skip to content

Commit

Permalink
Merge pull request #128 from studiopress/fix/node-version-svn-deploy
Browse files Browse the repository at this point in the history
In `svn` deployment, ensure Node is `14`, not `16`
  • Loading branch information
kienstra authored Aug 9, 2022
2 parents fa77595 + 70eb26a commit 5dd75d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
- attach_workspace:
at: ~/project
- checkout
- node/install
- run:
command: |
BUILD_VERSION=$(grep 'Version:' genesis-custom-blocks.php | cut -f4 -d' ')
Expand Down

0 comments on commit 5dd75d6

Please sign in to comment.