Skip to content

Commit 5dd75d6

Browse files
authored
Merge pull request #128 from studiopress/fix/node-version-svn-deploy
In `svn` deployment, ensure Node is `14`, not `16`
2 parents fa77595 + 70eb26a commit 5dd75d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
- attach_workspace:
106106
at: ~/project
107107
- checkout
108+
- node/install
108109
- run:
109110
command: |
110111
BUILD_VERSION=$(grep 'Version:' genesis-custom-blocks.php | cut -f4 -d' ')

0 commit comments

Comments
 (0)